ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Attributes
itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor > Class Template Reference

#include <itkLabelObjectAccessors.h>

List of all members.

Public Types

typedef TAttributeAccessor AttributeAccessorType
typedef TLabelObject LabelObjectType

Public Member Functions

 LabelObjectComparator ()
 LabelObjectComparator (LabelObjectComparator const &from)
bool operator() (const LabelObjectType *a, const LabelObjectType *b) const

Private Attributes

AttributeAccessorType m_Accessor

Detailed Description

template<class TLabelObject, class TAttributeAccessor>
class itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >

Definition at line 64 of file itkLabelObjectAccessors.h.


Member Typedef Documentation

template<class TLabelObject, class TAttributeAccessor>
typedef TAttributeAccessor itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::AttributeAccessorType

Definition at line 68 of file itkLabelObjectAccessors.h.

template<class TLabelObject, class TAttributeAccessor>
typedef TLabelObject itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::LabelObjectType

Definition at line 67 of file itkLabelObjectAccessors.h.


Constructor & Destructor Documentation

template<class TLabelObject, class TAttributeAccessor>
itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::LabelObjectComparator ( ) [inline]

Definition at line 74 of file itkLabelObjectAccessors.h.

template<class TLabelObject, class TAttributeAccessor>
itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::LabelObjectComparator ( LabelObjectComparator< TLabelObject, TAttributeAccessor > const &  from) [inline]

Member Function Documentation

template<class TLabelObject, class TAttributeAccessor>
bool itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::operator() ( const LabelObjectType a,
const LabelObjectType b 
) const [inline]

Member Data Documentation

template<class TLabelObject, class TAttributeAccessor>
AttributeAccessorType itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::m_Accessor [private]

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