ProGAL.geom3d.complex.alphaComplex
Class VoidTree

java.lang.Object
  extended by ProGAL.geom3d.complex.alphaComplex.VoidTree

public class VoidTree
extends java.lang.Object


Field Summary
 Node root
           
 
Constructor Summary
VoidTree(java.util.List<Point> points, double interval)
           
 
Method Summary
 void createTree(double interval)
           
 Node find(java.util.LinkedList<CTetrahedron> list)
           
 java.util.LinkedList<Node> getLeaves(Node n)
           
 Node getRest()
           
static void main(java.lang.String[] args)
           
 Node setRoot()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

public Node root
Constructor Detail

VoidTree

public VoidTree(java.util.List<Point> points,
                double interval)
Method Detail

setRoot

public Node setRoot()

getLeaves

public java.util.LinkedList<Node> getLeaves(Node n)

getRest

public Node getRest()

find

public Node find(java.util.LinkedList<CTetrahedron> list)

createTree

public void createTree(double interval)

main

public static void main(java.lang.String[] args)