ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::Functor::IndexLexicographicCompare< VIndexDimension > Class Template Reference

#include <itkIndex.h>

Detailed Description

template<unsigned int VIndexDimension>
class itk::Functor::IndexLexicographicCompare< VIndexDimension >

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 32 of file itkIndex.h.

Public Member Functions

bool operator() (Index< VIndexDimension > const &l, Index< VIndexDimension > const &r) const
 

Member Function Documentation

template<unsigned int VIndexDimension>
bool itk::Functor::IndexLexicographicCompare< VIndexDimension >::operator() ( Index< VIndexDimension > const &  l,
Index< VIndexDimension > const &  r 
) const
inline

Definition at line 357 of file itkIndex.h.

References itk::Index< VIndexDimension >::m_Index.


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