org.jmol.bspt
Class Leaf

java.lang.Object
  extended by org.jmol.bspt.Element
      extended by org.jmol.bspt.Leaf

 class Leaf
extends Element

A leaf of Point3f objects in the bsp tree

Author:
Miguel, miguel@jmol.org

Field Summary
(package private)  javax.vecmath.Point3f[] tuples
           
 
Fields inherited from class org.jmol.bspt.Element
bspt, count
 
Constructor Summary
Leaf(Bspt bspt)
           
Leaf(Bspt bspt, Leaf leaf, int countToKeep)
           
 
Method Summary
(package private)  Element addTuple(int level, javax.vecmath.Point3f tuple)
           
(package private)  void sort(int dim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tuples

javax.vecmath.Point3f[] tuples
Constructor Detail

Leaf

Leaf(Bspt bspt)

Leaf

Leaf(Bspt bspt,
     Leaf leaf,
     int countToKeep)
Method Detail

sort

void sort(int dim)

addTuple

Element addTuple(int level,
                 javax.vecmath.Point3f tuple)
Specified by:
addTuple in class Element