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