org.jmol.bspt
Class Bspf
java.lang.Object
org.jmol.bspt.Bspf
public final class Bspf
- extends java.lang.Object
A Binary Space Partitioning Forest
This is simply an array of Binary Space Partitioning Trees identified
by indexes
- Author:
- Miguel, miguel@jmol.org
Constructor Summary |
Bspf(int dimMax)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bspf
public Bspf(int dimMax)
getBsptCount
public int getBsptCount()
addTuple
public void addTuple(int bsptIndex,
Tuple tuple)
stats
public void stats()
getSphereIterator
public SphereIterator getSphereIterator(int bsptIndex)