org.jmol.bspt
Class Bspf

java.lang.Object
  extended by 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)
           
 
Method Summary
 void addTuple(int bsptIndex, Tuple tuple)
           
 int getBsptCount()
           
 SphereIterator getSphereIterator(int bsptIndex)
           
 void stats()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bspf

public Bspf(int dimMax)
Method Detail

getBsptCount

public int getBsptCount()

addTuple

public void addTuple(int bsptIndex,
                     Tuple tuple)

stats

public void stats()

getSphereIterator

public SphereIterator getSphereIterator(int bsptIndex)