org.jmol.atomdata
Class AtomData

java.lang.Object
  extended by org.jmol.atomdata.AtomData

public class AtomData
extends Object


Field Summary
 int adpMode
           
 int atomCount
           
 int[] atomicNumber
           
 float[] atomRadius
           
 Point3f[] atomXyz
           
 BitSet bsIgnored
           
 BitSet bsSelected
           
 String fileName
           
 int firstAtomIndex
           
 int firstModelIndex
           
 float hAtomRadius
           
 Point3f[][] hAtoms
           
 int hydrogenAtomCount
           
 int lastModelIndex
           
static int MODE_FILL_COORDS
           
static int MODE_FILL_COORDS_AND_RADII
           
static int MODE_GET_ATTACHED_HYDROGENS
           
 int modelIndex
           
 String modelName
           
 String programInfo
           
 RadiusData radiusData
           
 
Constructor Summary
AtomData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_FILL_COORDS

public static final int MODE_FILL_COORDS
See Also:
Constant Field Values

MODE_FILL_COORDS_AND_RADII

public static final int MODE_FILL_COORDS_AND_RADII
See Also:
Constant Field Values

MODE_GET_ATTACHED_HYDROGENS

public static final int MODE_GET_ATTACHED_HYDROGENS
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

radiusData

public RadiusData radiusData

firstAtomIndex

public int firstAtomIndex

firstModelIndex

public int firstModelIndex

lastModelIndex

public int lastModelIndex

hAtomRadius

public float hAtomRadius

atomXyz

public Point3f[] atomXyz

atomRadius

public float[] atomRadius

atomicNumber

public int[] atomicNumber

hAtoms

public Point3f[][] hAtoms

atomCount

public int atomCount

hydrogenAtomCount

public int hydrogenAtomCount

adpMode

public int adpMode
Constructor Detail

AtomData

public AtomData()