ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
itk::Functor::LabelObjectReverseComparator< TLabelObject, TAttributeAccessor > Class Template Reference

#include <itkLabelObjectAccessors.h>

Detailed Description

template<typename TLabelObject, typename TAttributeAccessor>
class itk::Functor::LabelObjectReverseComparator< TLabelObject, TAttributeAccessor >

Definition at line 85 of file itkLabelObjectAccessors.h.

Public Types

typedef TAttributeAccessor AttributeAccessorType
 
typedef TLabelObject LabelObjectType
 

Public Member Functions

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

Private Attributes

AttributeAccessorType m_Accessor
 

Member Typedef Documentation

template<typename TLabelObject, typename TAttributeAccessor>
typedef TAttributeAccessor itk::Functor::LabelObjectReverseComparator< TLabelObject, TAttributeAccessor >::AttributeAccessorType

Definition at line 89 of file itkLabelObjectAccessors.h.

template<typename TLabelObject, typename TAttributeAccessor>
typedef TLabelObject itk::Functor::LabelObjectReverseComparator< TLabelObject, TAttributeAccessor >::LabelObjectType

Definition at line 88 of file itkLabelObjectAccessors.h.

Constructor & Destructor Documentation

template<typename TLabelObject, typename TAttributeAccessor>
itk::Functor::LabelObjectReverseComparator< TLabelObject, TAttributeAccessor >::LabelObjectReverseComparator ( )
inline

Definition at line 95 of file itkLabelObjectAccessors.h.

template<typename TLabelObject, typename TAttributeAccessor>
itk::Functor::LabelObjectReverseComparator< TLabelObject, TAttributeAccessor >::LabelObjectReverseComparator ( LabelObjectReverseComparator< TLabelObject, TAttributeAccessor > const &  from)
inline

Member Function Documentation

template<typename TLabelObject, typename TAttributeAccessor>
bool itk::Functor::LabelObjectReverseComparator< TLabelObject, TAttributeAccessor >::operator() ( const LabelObjectType a,
const LabelObjectType b 
) const
inline

Member Data Documentation

template<typename TLabelObject, typename TAttributeAccessor>
AttributeAccessorType itk::Functor::LabelObjectReverseComparator< TLabelObject, TAttributeAccessor >::m_Accessor
private

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