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

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

public class OctreeSampleDisplayPLY
extends OctreeSample

Unit test to check the influence of BUCKETSIZE. To display an octree with 100 points per cell, run

   OctreeSampleDisplayPLY 100 < file.ply
 


Constructor Summary
OctreeSampleDisplayPLY(KdTree o)
           
 
Method Summary
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

OctreeSampleDisplayPLY

public OctreeSampleDisplayPLY(KdTree o)
Method Detail

main

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