class AtomIterator extends Object implements JmolAdapterAtomIterator
Modifier and Type | Field and Description |
---|---|
private Atom |
atom |
private int |
atomCount |
private Atom[] |
atoms |
private BS |
bsAtoms |
private int |
iatom |
Constructor and Description |
---|
AtomIterator(AtomSetCollection atomSetCollection) |
Modifier and Type | Method and Description |
---|---|
char |
getAlternateLocationID() |
String |
getAtomName() |
int |
getAtomSerial() |
int |
getAtomSetIndex() |
int |
getAtomSite() |
BS |
getAtomSymmetry() |
float |
getBfactor() |
int |
getChainID() |
int |
getElementNumber() |
int |
getFormalCharge() |
String |
getGroup3() |
char |
getInsertionCode() |
boolean |
getIsHetero() |
int |
getOccupancy() |
float |
getPartialCharge() |
float |
getRadius() |
int |
getSequenceNumber() |
javajs.util.List<Object> |
getTensors() |
Object |
getUniqueID() |
javajs.util.V3 |
getVib() |
javajs.util.P3 |
getXYZ() |
boolean |
hasNext() |
private int iatom
private Atom atom
private int atomCount
private Atom[] atoms
private BS bsAtoms
AtomIterator(AtomSetCollection atomSetCollection)
public boolean hasNext()
hasNext
in interface JmolAdapterAtomIterator
public int getAtomSetIndex()
getAtomSetIndex
in interface JmolAdapterAtomIterator
public BS getAtomSymmetry()
getAtomSymmetry
in interface JmolAdapterAtomIterator
public int getAtomSite()
getAtomSite
in interface JmolAdapterAtomIterator
public Object getUniqueID()
getUniqueID
in interface JmolAdapterAtomIterator
public int getElementNumber()
getElementNumber
in interface JmolAdapterAtomIterator
public String getAtomName()
getAtomName
in interface JmolAdapterAtomIterator
public int getFormalCharge()
getFormalCharge
in interface JmolAdapterAtomIterator
public float getPartialCharge()
getPartialCharge
in interface JmolAdapterAtomIterator
public javajs.util.List<Object> getTensors()
getTensors
in interface JmolAdapterAtomIterator
public float getRadius()
getRadius
in interface JmolAdapterAtomIterator
public javajs.util.V3 getVib()
getVib
in interface JmolAdapterAtomIterator
public float getBfactor()
getBfactor
in interface JmolAdapterAtomIterator
public int getOccupancy()
getOccupancy
in interface JmolAdapterAtomIterator
public boolean getIsHetero()
getIsHetero
in interface JmolAdapterAtomIterator
public int getAtomSerial()
getAtomSerial
in interface JmolAdapterAtomIterator
public int getChainID()
getChainID
in interface JmolAdapterAtomIterator
public char getAlternateLocationID()
getAlternateLocationID
in interface JmolAdapterAtomIterator
public String getGroup3()
getGroup3
in interface JmolAdapterAtomIterator
public int getSequenceNumber()
getSequenceNumber
in interface JmolAdapterAtomIterator
public char getInsertionCode()
getInsertionCode
in interface JmolAdapterAtomIterator
public javajs.util.P3 getXYZ()
getXYZ
in interface JmolAdapterAtomIterator