ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelObjectAccessors.h>
Definition at line 64 of file 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 |
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.
|
inline |
Definition at line 74 of file itkLabelObjectAccessors.h.
|
inline |
Definition at line 75 of file itkLabelObjectAccessors.h.
References itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::m_Accessor.
|
inline |
Definition at line 69 of file itkLabelObjectAccessors.h.
References itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::m_Accessor.
|
private |