org.jcae.mesh.amibe.patch.tests
Class QuadTreeSampleAdd

java.lang.Object
  extended by org.jcae.mesh.amibe.patch.tests.QuadTreeSample
      extended by org.jcae.mesh.amibe.patch.tests.QuadTreeSampleAdd

public class QuadTreeSampleAdd
extends QuadTreeSample

Unit test to check insertion of vertices. Run

   QuadTreeSampleAdd
 
to display an initial QuadTree with 500 vertices. Click to add vertices.


Field Summary
 
Fields inherited from class org.jcae.mesh.amibe.patch.tests.QuadTreeSample
quadtree
 
Constructor Summary
QuadTreeSampleAdd(KdTree q)
           
 
Method Summary
static void display(Viewer view, QuadTreeSample r)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.jcae.mesh.amibe.patch.tests.QuadTreeSample
bgQuadTree, bgVertices, segment, writeUNV
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuadTreeSampleAdd

public QuadTreeSampleAdd(KdTree q)
Method Detail

display

public static void display(Viewer view,
                           QuadTreeSample r)

main

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