edu.tufts.cs.geometry
Class PGGabriel

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

public class PGGabriel
extends ProximityGraph


Constructor Summary
PGGabriel()
           
 
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

PGGabriel

public PGGabriel()
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