ITK
6.0.0
Insight Toolkit
|
#include <itkLabelObjectAccessors.h>
Definition at line 65 of file itkLabelObjectAccessors.h.
Public Types | |
using | AttributeAccessorType = TAttributeAccessor |
using | LabelObjectType = TLabelObject |
Public Member Functions | |
LabelObjectComparator ()=default | |
LabelObjectComparator (LabelObjectComparator const &from) | |
bool | operator() (const LabelObjectType *a, const LabelObjectType *b) const |
Private Attributes | |
AttributeAccessorType | m_Accessor |
using itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::AttributeAccessorType = TAttributeAccessor |
Definition at line 69 of file itkLabelObjectAccessors.h.
using itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::LabelObjectType = TLabelObject |
Definition at line 68 of file itkLabelObjectAccessors.h.
|
default |
|
inline |
Definition at line 77 of file itkLabelObjectAccessors.h.
References itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::m_Accessor.
|
inline |
Definition at line 71 of file itkLabelObjectAccessors.h.
References itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::m_Accessor.
|
private |