|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmol.adapter.smarter.AtomSetCollectionReader
org.jmol.adapter.readers.more.HinReader
public class HinReader
Support for .hin, HyperChem's native file format. http://www.hyper.com
Record format is:
atom 1 - C ** - -0.06040 0.00000 0.00000 0.00000 3 2 a 6 a 38 s
...
atom 67 - H ** - 0.17710 -7.10260 -3.74840 2.24660 1 34 s
endmol 1
interesting fields are partialCharge, x, y, z, bondCount
| Field Summary | |
|---|---|
(package private) int |
atomIndex
|
(package private) int |
baseAtomIndex
|
| Fields inherited from class org.jmol.adapter.smarter.AtomSetCollectionReader |
|---|
ANGSTROMS_PER_BOHR, applySymmetryToBonds, atomSetCollection, desiredModelNumber, desiredSpaceGroupIndex, doApplySymmetry, filter, getHeader, ignoreFileSymmetryOperators, ignoreFileUnitCell, iHaveDesiredModel, iHaveSymmetryOperators, iHaveUnitCell, latticeCells, line, modelNumber, needToApplySymmetry, next, notionalUnitCell, prevline, primitiveLatticeVectors, ptLine, reader, readerName, spaceGroup |
| Constructor Summary | |
|---|---|
HinReader()
|
|
| Method Summary | |
|---|---|
(package private) java.lang.String |
getMolName()
|
(package private) void |
processAtom()
|
(package private) void |
processEndmol()
|
(package private) void |
processMol()
|
(package private) void |
readAtoms()
|
AtomSetCollection |
readAtomSetCollection(java.io.BufferedReader reader)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int atomIndex
int baseAtomIndex
| Constructor Detail |
|---|
public HinReader()
| Method Detail |
|---|
public AtomSetCollection readAtomSetCollection(java.io.BufferedReader reader)
readAtomSetCollection in class AtomSetCollectionReader
void readAtoms()
throws java.lang.Exception
java.lang.Exception
void processMol()
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getMolName()
void processAtom()
throws java.lang.Exception
java.lang.Exceptionvoid processEndmol()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||