org.jmol.api
public interface AtomIndexIterator
Modifier and Type | Method and Description |
---|---|
void |
addAtoms(BitSet bsResult) |
float |
foundDistance2() |
boolean |
hasNext() |
int |
next() |
void |
release() |
void |
set(ModelCollection modelSet,
int modelIndex,
int zeroBase,
int atomIndex,
Point3f center,
float distance,
RadiusData rd) |
void |
set(Point3f center,
float distance) |
void set(ModelCollection modelSet, int modelIndex, int zeroBase, int atomIndex, Point3f center, float distance, RadiusData rd)
modelSet
- modelIndex
- zeroBase
- an offset used in the AtomIteratorWithinSet onlyatomIndex
- center
- distance
- rd
- void set(Point3f center, float distance)
void addAtoms(BitSet bsResult)
boolean hasNext()
int next()
float foundDistance2()
void release()