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

itk::Functor::OffsetLexicographicCompare< VOffsetDimension > Class Template Reference

Order Offset instances lexicographically. More...

#include <itkOffset.h>

List of all members.

Public Member Functions

bool operator() (Offset< VOffsetDimension > const &l, Offset< VOffsetDimension > const &r) const


Detailed Description

template<unsigned int VOffsetDimension>
class itk::Functor::OffsetLexicographicCompare< VOffsetDimension >

Order Offset instances lexicographically.

This is a comparison functor suitable for storing Offset instances in an STL container. The ordering is total and unique but has little geometric meaning.

Definition at line 229 of file itkOffset.h.


Member Function Documentation

template<unsigned int VOffsetDimension>
bool itk::Functor::OffsetLexicographicCompare< VOffsetDimension >::operator() ( Offset< VOffsetDimension > const &  l,
Offset< VOffsetDimension > const &  r 
) const [inline]

Definition at line 232 of file itkOffset.h.

References itk::Offset< VOffsetDimension >::m_Offset.


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

Generated at Tue Sep 15 15:30:50 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000