Package org.jmol.modelset
Class ModelLoader
java.lang.Object
org.jmol.modelset.ModelLoader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
createAtomDataSet
(Viewer vwr, ModelSet modelSet, int tokType, Object asc, BS bsSelected) int
int
getFirstAtomIndex
(int iGroup) getGroup3
(int iGroup) void
undeleteAtom
(int iAtom) called from org.jmol.modelsetbio.resolver when adding hydrogens.
-
Field Details
-
ms
-
group3Lists
-
group3Counts
public int[][] group3Counts -
specialAtomIndexes
public int[] specialAtomIndexes -
isTrajectory
public boolean isTrajectory -
groups
-
baseModelIndex
public int baseModelIndex -
baseAtomIndex
public int baseAtomIndex -
baseGroupIndex
public int baseGroupIndex -
structuresDefinedInFile
-
-
Constructor Details
-
ModelLoader
-
-
Method Details
-
getGroup3
-
getFirstAtomIndex
public int getFirstAtomIndex(int iGroup) -
getAtomCount
public int getAtomCount() -
undeleteAtom
public void undeleteAtom(int iAtom) called from org.jmol.modelsetbio.resolver when adding hydrogens.- Parameters:
iAtom
-
-
createAtomDataSet
-