ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
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 64 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
 

Member Typedef Documentation

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

Definition at line 68 of file itkLabelObjectAccessors.h.

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

Definition at line 67 of file itkLabelObjectAccessors.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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