ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::AttributeRelabelLabelMapFilter< TImage, TAttributeAccessor >::Comparator Class Reference

#include <itkAttributeRelabelLabelMapFilter.h>

Detailed Description

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

Definition at line 117 of file itkAttributeRelabelLabelMapFilter.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

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

Definition at line 124 of file itkAttributeRelabelLabelMapFilter.h.

Member Function Documentation

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

Definition at line 120 of file itkAttributeRelabelLabelMapFilter.h.

Member Data Documentation

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

Definition at line 126 of file itkAttributeRelabelLabelMapFilter.h.


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