ITK
6.0.0
Insight Toolkit
|
#include <itkLexicographicCompare.h>
Order Index instances lexicographically.
This is a comparison functor suitable for storing Index instances in an STL container. The ordering is total and unique but has little geometric meaning.
Definition at line 44 of file itkLexicographicCompare.h.
Public Member Functions | |
template<class TAggregateType1 , class TAggregateType2 > | |
bool | operator() (const TAggregateType1 &lhs, const TAggregateType2 &rhs) const |
|
inline |
Definition at line 49 of file itkLexicographicCompare.h.