Class DelaunayTest

java.lang.Object
  extended by DelaunayTest

public class DelaunayTest
extends java.lang.Object

Delaunay represents an abstract class for calculating an N-dimensional Delaunay triangulation, that can be extended to allow for various triangulation methods.


Constructor Summary
DelaunayTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
          A graphical demonstration of implemented Delaunay triangulation algorithms, in 2-D or 3-D
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelaunayTest

public DelaunayTest()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws VisADException,
                        java.rmi.RemoteException
A graphical demonstration of implemented Delaunay triangulation algorithms, in 2-D or 3-D

Throws:
VisADException
java.rmi.RemoteException