edu.tufts.cs.geometry
Class PGDelaunay

java.lang.Object
  extended by edu.tufts.cs.geometry.ProximityGraph
      extended by edu.tufts.cs.geometry.PGDelaunay
All Implemented Interfaces:
java.lang.Iterable<int[]>

public class PGDelaunay
extends ProximityGraph


Constructor Summary
PGDelaunay()
           
 
Method Summary
 void computeGraph()
          Compute the graph from a initialized set of points.
 
Methods inherited from class edu.tufts.cs.geometry.ProximityGraph
getConnectedVertices, getEdgeCount, iterator, setData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGDelaunay

public PGDelaunay()
Method Detail

computeGraph

public void computeGraph()
Description copied from class: ProximityGraph
Compute the graph from a initialized set of points. Typically, this is the slowest part of the calculation.

Specified by:
computeGraph in class ProximityGraph