ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::AttributeKeepNObjectsLabelMapFilter< TImage, TAttributeAccessor >::Comparator Class Reference

#include <itkAttributeKeepNObjectsLabelMapFilter.h>

Detailed Description

template<typename TImage, typename TAttributeAccessor = typename Functor::AttributeLabelObjectAccessor<typename TImage::LabelObjectType>>
class itk::AttributeKeepNObjectsLabelMapFilter< TImage, TAttributeAccessor >::Comparator

Definition at line 126 of file itkAttributeKeepNObjectsLabelMapFilter.h.

Public Member Functions

 Comparator ()
 
bool operator() (const typename LabelObjectType::Pointer &a, const typename LabelObjectType::Pointer &b)
 

Private Attributes

AttributeAccessorType m_Accessor
 

Constructor & Destructor Documentation

◆ Comparator()

template<typename TImage, typename TAttributeAccessor = typename Functor::AttributeLabelObjectAccessor<typename TImage::LabelObjectType>>
itk::AttributeKeepNObjectsLabelMapFilter< TImage, TAttributeAccessor >::Comparator::Comparator ( )
inline

Definition at line 134 of file itkAttributeKeepNObjectsLabelMapFilter.h.

References m_Accessor.

Member Function Documentation

◆ operator()()

template<typename TImage, typename TAttributeAccessor = typename Functor::AttributeLabelObjectAccessor<typename TImage::LabelObjectType>>
bool itk::AttributeKeepNObjectsLabelMapFilter< TImage, TAttributeAccessor >::Comparator::operator() ( const typename LabelObjectType::Pointer & a,
const typename LabelObjectType::Pointer & b )
inline

Definition at line 130 of file itkAttributeKeepNObjectsLabelMapFilter.h.

References m_Accessor.

Member Data Documentation

◆ m_Accessor

template<typename TImage, typename TAttributeAccessor = typename Functor::AttributeLabelObjectAccessor<typename TImage::LabelObjectType>>
AttributeAccessorType itk::AttributeKeepNObjectsLabelMapFilter< TImage, TAttributeAccessor >::Comparator::m_Accessor
private

Definition at line 139 of file itkAttributeKeepNObjectsLabelMapFilter.h.

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


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