Class ModelLoader

java.lang.Object
org.jmol.modelset.ModelLoader

public final class ModelLoader extends Object
  • Field Details

    • ms

      public ModelSet ms
    • group3Lists

      public String[] group3Lists
    • group3Counts

      public int[][] group3Counts
    • specialAtomIndexes

      public int[] specialAtomIndexes
    • isTrajectory

      public boolean isTrajectory
    • groups

      public Group[] groups
    • baseModelIndex

      public int baseModelIndex
    • baseAtomIndex

      public int baseAtomIndex
    • baseGroupIndex

      public int baseGroupIndex
    • structuresDefinedInFile

      public BS structuresDefinedInFile
  • Constructor Details

  • Method Details

    • getGroup3

      public String getGroup3(int iGroup)
    • 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

      public static String createAtomDataSet(Viewer vwr, ModelSet modelSet, int tokType, Object asc, BS bsSelected)