ITK  5.4.0
Insight Toolkit
Public Member Functions | Private Attributes | List of all members
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 130 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 138 of file itkAttributeKeepNObjectsLabelMapFilter.h.

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 134 of file itkAttributeKeepNObjectsLabelMapFilter.h.

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 143 of file itkAttributeKeepNObjectsLabelMapFilter.h.


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