Package org.jmol.api
Interface JmolAdapterAtomIterator
public interface JmolAdapterAtomIterator
-
Method Details
-
hasNext
boolean hasNext() -
getAtomSetIndex
int getAtomSetIndex() -
getSymmetry
BS getSymmetry() -
getAtomSite
int getAtomSite() -
getUniqueID
Object getUniqueID() -
getElementNumber
int getElementNumber() -
getAtomName
String getAtomName() -
getFormalCharge
int getFormalCharge() -
getPartialCharge
float getPartialCharge() -
getTensors
-
getRadius
float getRadius() -
getVib
V3 getVib() -
getXYZ
P3 getXYZ() -
getBfactor
float getBfactor() -
getOccupancy
float getOccupancy() -
getIsHetero
boolean getIsHetero() -
getSerial
int getSerial() -
getChainID
int getChainID() -
getAltLoc
char getAltLoc() -
getGroup3
String getGroup3() -
getSequenceNumber
int getSequenceNumber() -
getInsertionCode
char getInsertionCode() -
getSeqID
int getSeqID() -
getBondRadius
float getBondRadius() -
getElement
int getElement() -
getIsotope
int getIsotope()
-