igeo
Class IBrepYComparator

java.lang.Object
  extended by igeo.IValueComparator<T>
      extended by igeo.IGeometryYComparator<IBrep>
          extended by igeo.IBrepYComparator
All Implemented Interfaces:
IComparator<IBrep>

public class IBrepYComparator
extends IGeometryYComparator<IBrep>

A class to define order of IVec in X to be used in sorting with ISort.

Author:
Satoru Sugihara
See Also:
ISort

Constructor Summary
IBrepYComparator()
           
 
Method Summary
 
Methods inherited from class igeo.IGeometryYComparator
value
 
Methods inherited from class igeo.IValueComparator
compare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IBrepYComparator

public IBrepYComparator()