ITK  5.4.0
Insight Toolkit
Public Member Functions | List of all members
itk::Functor::LexicographicCompare Class Reference

#include <itkLexicographicCompare.h>

Detailed Description

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
 

Member Function Documentation

◆ operator()()

template<class TAggregateType1 , class TAggregateType2 >
bool itk::Functor::LexicographicCompare::operator() ( const TAggregateType1 &  lhs,
const TAggregateType2 &  rhs 
) const
inline

Definition at line 49 of file itkLexicographicCompare.h.


The documentation for this class was generated from the following file: