org.jmol.adapter.smarter

Class SmarterJmolAdapter.StructureIterator

public class SmarterJmolAdapter.StructureIterator extends JmolAdapter.StructureIterator

Field Summary
intistructure
Structurestructure
intstructureCount
Structure[]structures
Constructor Summary
StructureIterator(AtomSetCollection atomSetCollection)
Method Summary
chargetEndChainID()
chargetEndInsertionCode()
intgetEndSequenceNumber()
intgetModelIndex()
chargetStartChainID()
chargetStartInsertionCode()
intgetStartSequenceNumber()
StringgetStructureType()
booleanhasNext()

Field Detail

istructure

int istructure

structure

Structure structure

structureCount

int structureCount

structures

Structure[] structures

Constructor Detail

StructureIterator

StructureIterator(AtomSetCollection atomSetCollection)

Method Detail

getEndChainID

public char getEndChainID()

getEndInsertionCode

public char getEndInsertionCode()

getEndSequenceNumber

public int getEndSequenceNumber()

getModelIndex

public int getModelIndex()

getStartChainID

public char getStartChainID()

getStartInsertionCode

public char getStartInsertionCode()

getStartSequenceNumber

public int getStartSequenceNumber()

getStructureType

public String getStructureType()

hasNext

public boolean hasNext()