|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmol.modelset.AtomIteratorWithinModel
public class AtomIteratorWithinModel
| Field Summary | |
|---|---|
(package private) CubeIterator |
bsptIter
|
| Constructor Summary | |
|---|---|
AtomIteratorWithinModel()
|
|
| Method Summary | |
|---|---|
float |
foundDistance2()
|
boolean |
hasNext()
|
(package private) void |
initialize(Bspf bspf,
int bsptIndex,
javax.vecmath.Point3f center,
float radius)
just the basic iterator for finding atoms within a cube centered on some point in space Used for select within(distance, atom) |
int |
next()
|
void |
release()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
CubeIterator bsptIter
| Constructor Detail |
|---|
public AtomIteratorWithinModel()
| Method Detail |
|---|
void initialize(Bspf bspf,
int bsptIndex,
javax.vecmath.Point3f center,
float radius)
bspf - bsptIndex - center - radius - public boolean hasNext()
hasNext in interface AtomIndexIteratorpublic int next()
next in interface AtomIndexIteratorpublic float foundDistance2()
foundDistance2 in interface AtomIndexIteratorpublic void release()
release in interface AtomIndexIterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||