ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor > Class Template Reference

#include <itkLabelObjectAccessors.h>

Detailed Description

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

Definition at line 65 of file itkLabelObjectAccessors.h.

Public Types

using AttributeAccessorType = TAttributeAccessor
 
using LabelObjectType = TLabelObject
 

Public Member Functions

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

Private Attributes

AttributeAccessorType m_Accessor
 

Member Typedef Documentation

◆ AttributeAccessorType

template<typename TLabelObject, typename TAttributeAccessor>
using itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::AttributeAccessorType = TAttributeAccessor

Definition at line 69 of file itkLabelObjectAccessors.h.

◆ LabelObjectType

template<typename TLabelObject, typename TAttributeAccessor>
using itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::LabelObjectType = TLabelObject

Definition at line 68 of file itkLabelObjectAccessors.h.

Constructor & Destructor Documentation

◆ LabelObjectComparator() [1/2]

template<typename TLabelObject, typename TAttributeAccessor>
itk::Functor::LabelObjectComparator< TLabelObject, TAttributeAccessor >::LabelObjectComparator ( )
default

Referenced by LabelObjectComparator().

◆ LabelObjectComparator() [2/2]

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

Definition at line 77 of file itkLabelObjectAccessors.h.

References LabelObjectComparator(), and m_Accessor.

Member Function Documentation

◆ operator()()

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

Definition at line 71 of file itkLabelObjectAccessors.h.

References m_Accessor.

Member Data Documentation

◆ m_Accessor

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

Definition at line 80 of file itkLabelObjectAccessors.h.

Referenced by LabelObjectComparator(), and operator()().


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