org.jmol.atomdata
Class AtomData
java.lang.Object
org.jmol.atomdata.AtomData
public class AtomData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODE_FILL_COORDS
public static final int MODE_FILL_COORDS
- See Also:
- Constant Field Values
MODE_FILL_RADII
public static final int MODE_FILL_RADII
- See Also:
- Constant Field Values
MODE_FILL_MOLECULES
public static final int MODE_FILL_MOLECULES
- See Also:
- Constant Field Values
MODE_GET_ATTACHED_HYDROGENS
public static final int MODE_GET_ATTACHED_HYDROGENS
- See Also:
- Constant Field Values
MODE_FILL_MULTIMODEL
public static final int MODE_FILL_MULTIMODEL
- See Also:
- Constant Field Values
programInfo
public String programInfo
fileName
public String fileName
modelName
public String modelName
modelIndex
public int modelIndex
bsSelected
public BitSet bsSelected
bsIgnored
public BitSet bsIgnored
bsMolecules
public BitSet[] bsMolecules
radiusData
public RadiusData radiusData
firstAtomIndex
public int firstAtomIndex
firstModelIndex
public int firstModelIndex
lastModelIndex
public int lastModelIndex
hAtomRadius
public float hAtomRadius
atomIndex
public int[] atomIndex
atomXyz
public Point3f[] atomXyz
atomRadius
public float[] atomRadius
atomicNumber
public int[] atomicNumber
atomMolecule
public int[] atomMolecule
hAtoms
public Point3f[][] hAtoms
atomCount
public int atomCount
hydrogenAtomCount
public int hydrogenAtomCount
adpMode
public int adpMode
AtomData
public AtomData()