|
|||||||||
| 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.FoldingXyzReader
public class FoldingXyzReader
This reader is for current.xyz files generated by Folding@Home project (see http://folding.stanford.edu) I have not found a precise description of the file format. I used source code from fpd from Dick Howell to analyze the file format. (see http://boston.quik.com/rph)
| Field Summary | |
|---|---|
private static boolean |
useAutoBond
|
| 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 | |
|---|---|
FoldingXyzReader()
|
|
| Method Summary | |
|---|---|
(package private) void |
readAtoms(int modelAtomCount)
|
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 |
|---|
private static final boolean useAutoBond
| Constructor Detail |
|---|
public FoldingXyzReader()
| Method Detail |
|---|
public AtomSetCollection readAtomSetCollection(java.io.BufferedReader reader)
readAtomSetCollection in class AtomSetCollectionReader
void readAtoms(int modelAtomCount)
throws java.lang.Exception
modelAtomCount -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||