|
|||||||||
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.simple.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
|
Constructor Summary | |
---|---|
FoldingXyzReader()
|
Method Summary | |
---|---|
protected boolean |
checkLine()
|
(package private) void |
readAtoms(int modelAtomCount)
|
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 |
---|
protected boolean checkLine() throws java.lang.Exception
checkLine
in class AtomSetCollectionReader
java.lang.Exception
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 |