ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelObjectAccessors.h>
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 |
Definition at line 64 of file itkLabelObjectAccessors.h.
typedef TAttributeAccessor itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::AttributeAccessorType |
Definition at line 68 of file itkLabelObjectAccessors.h.
typedef TLabelObject itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::LabelObjectType |
Definition at line 67 of file itkLabelObjectAccessors.h.
itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::LabelObjectComparator | ( | ) | [inline] |
Definition at line 74 of file itkLabelObjectAccessors.h.
itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::LabelObjectComparator | ( | LabelObjectComparator< TLabelObject, TAttributeAccessor > const & | from | ) | [inline] |
Definition at line 75 of file itkLabelObjectAccessors.h.
References itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::m_Accessor.
bool itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::operator() | ( | const LabelObjectType * | a, |
const LabelObjectType * | b | ||
) | const [inline] |
Definition at line 69 of file itkLabelObjectAccessors.h.
References itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::m_Accessor.
AttributeAccessorType itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::m_Accessor [private] |