|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple | |
---|---|
org.jmol.bspt | Provides Binary Space Partitioning Functionality to spacially separate data structures in n-dimensions For some useful background info, search the web for "bsp tree faq". |
Uses of Tuple in org.jmol.bspt |
---|
Methods in org.jmol.bspt that return Tuple | |
---|---|
Tuple |
SphereIterator.nextElement()
normal iterator method |
Methods in org.jmol.bspt with parameters of type Tuple | |
---|---|
void |
Bspf.addTuple(int bsptIndex,
Tuple tuple)
|
void |
Bspt.addTuple(Tuple tuple)
Iterate through all of your data points, calling addTuple |
void |
SphereIterator.initialize(Tuple center,
float radius)
initialize to return all points within the sphere defined by center and radius |
void |
SphereIterator.initializeHemisphere(Tuple center,
float radius)
initialize to return all points within the hemisphere defined by center and radius. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |