org.jmol.bspt
public final class Bspf extends Object
This is simply an array of Binary Space Partitioning Trees identified by indexes
| Field Summary | |
|---|---|
| Bspt[] | bspts |
| CubeIterator[] | cubeIterators |
| int | dimMax |
| Constructor Summary | |
|---|---|
| Bspf(int dimMax) | |
| Method Summary | |
|---|---|
| void | addTuple(int bsptIndex, Point3f tuple) |
| void | clearBspt(int bsptIndex) |
| int | getBsptCount() |
| CubeIterator | getCubeIterator(int bsptIndex) |
| void | initialize(int modelIndex, Point3f[] atoms, BitSet modelAtomBitSet) |
| boolean | isInitialized(int bsptIndex) |
| void | stats() |