Package org.jmol.bspt

Class Leaf


  • class Leaf
    extends Element
    A leaf of Point3f objects in the bsp tree
    Author:
    Miguel, miguel@jmol.org
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javajs.util.T3[] tuples  
    • Constructor Summary

      Constructors 
      Constructor Description
      Leaf​(Bspt bspt, Leaf leaf, int countToKeep)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) Element addTuple​(int level, javajs.util.T3 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

        javajs.util.T3[] tuples
    • Constructor Detail

      • Leaf

        Leaf​(Bspt bspt,
             Leaf leaf,
             int countToKeep)
        Parameters:
        bspt -
        leaf -
        countToKeep -
    • Method Detail

      • sort

        void sort​(int dim)