org.jcae.mesh.amibe.util.tests
Class OctreeSampleRemove

java.lang.Object
  extended by org.jcae.mesh.amibe.util.tests.OctreeSample
      extended by org.jcae.mesh.amibe.util.tests.OctreeSampleRemove

public class OctreeSampleRemove
extends OctreeSample

Unit test to check removal of vertices. Run

   OctreeSampleRemove
 
to display an initial Octree with 200 vertices. Click to remove vertices.


Constructor Summary
OctreeSampleRemove(KdTree o)
           
 
Method Summary
static void display(Viewer view, OctreeSample t)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.jcae.mesh.amibe.util.tests.OctreeSample
bgOctree, bgVertices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OctreeSampleRemove

public OctreeSampleRemove(KdTree o)
Method Detail

display

public static void display(Viewer view,
                           OctreeSample t)

main

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