Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Public Member Functions

itk::Functor::IndexLexicographicCompare< VIndexDimension > Class Template Reference

Order Index instances lexicographically. More...

#include <itkIndex.h>

List of all members.

Public Member Functions

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

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


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

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


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

Generated at Tue Jul 13 2010 04:01:09 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000