igeo
Class IBrepXComparator

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

public class IBrepXComparator
extends IGeometryXComparator<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
IBrepXComparator()
           
 
Method Summary
 
Methods inherited from class igeo.IGeometryXComparator
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

IBrepXComparator

public IBrepXComparator()