ProGAL.geom3d.complex.delaunayComplex
Class DelaunayComplexRotation.HeapItemComp

java.lang.Object
  extended by ProGAL.geom3d.complex.delaunayComplex.DelaunayComplexRotation.HeapItemComp
All Implemented Interfaces:
SortTool
Enclosing class:
DelaunayComplexRotation

public class DelaunayComplexRotation.HeapItemComp
extends java.lang.Object
implements SortTool


Field Summary
 
Fields inherited from interface ProGAL.dataStructures.SortTool
COMP_EQUAL, COMP_GRTR, COMP_LESS, err1
 
Constructor Summary
DelaunayComplexRotation.HeapItemComp()
           
 
Method Summary
 int compare(java.lang.Object item1, java.lang.Object item2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelaunayComplexRotation.HeapItemComp

public DelaunayComplexRotation.HeapItemComp()
Method Detail

compare

public int compare(java.lang.Object item1,
                   java.lang.Object item2)
Specified by:
compare in interface SortTool