ITK  5.4.0
Insight 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 84 of file itkLabelObjectAccessors.h.

Public Types

using AttributeAccessorType = TAttributeAccessor
 
using LabelObjectType = TLabelObject
 

Public Member Functions

 LabelObjectReverseComparator ()=default
 
 LabelObjectReverseComparator (LabelObjectReverseComparator const &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::LabelObjectReverseComparator< TLabelObject, TAttributeAccessor >::AttributeAccessorType = TAttributeAccessor

Definition at line 88 of file itkLabelObjectAccessors.h.

◆ LabelObjectType

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

Definition at line 87 of file itkLabelObjectAccessors.h.

Constructor & Destructor Documentation

◆ LabelObjectReverseComparator() [1/2]

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

◆ LabelObjectReverseComparator() [2/2]

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ m_Accessor

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: