Package org.jmol.api
Interface AtomIndexIterator
- All Known Implementing Classes:
AtomIteratorWithinModel,AtomIteratorWithinModelSet,UnitCellIterator
public interface AtomIndexIterator
note: YOU MUST RELEASE THE ITERATOR
-
Method Details
-
setModel
void setModel(ModelSet modelSet, int modelIndex, int zeroBase, int atomIndex, T3 center, float distance, RadiusData rd) - Parameters:
modelSet-modelIndex-zeroBase- an offset used in the AtomIteratorWithinSet onlyatomIndex-center-distance-rd-
-
setCenter
-
addAtoms
-
hasNext
boolean hasNext() -
next
int next() -
foundDistance2
float foundDistance2() -
getPosition
P3 getPosition() -
release
void release()
-