ITK  5.4.0
Insight Toolkit
Public Member Functions | Protected Attributes | List of all members
itk::Functor::SimilarPixelsFunctor< TInput > Class Template Reference

#include <itkScalarConnectedComponentImageFilter.h>

Detailed Description

template<typename TInput>
class itk::Functor::SimilarPixelsFunctor< TInput >

Definition at line 53 of file itkScalarConnectedComponentImageFilter.h.

Public Member Functions

TInput GetDistanceThreshold ()
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (SimilarPixelsFunctor)
 
bool operator() (const TInput &a, const TInput &b) const
 
bool operator== (const SimilarPixelsFunctor &other) const
 
void SetDistanceThreshold (const TInput &thresh)
 
 SimilarPixelsFunctor ()
 
 ~SimilarPixelsFunctor ()=default
 

Protected Attributes

TInput m_Threshold
 

Constructor & Destructor Documentation

◆ SimilarPixelsFunctor()

template<typename TInput >
itk::Functor::SimilarPixelsFunctor< TInput >::SimilarPixelsFunctor ( )
inline

◆ ~SimilarPixelsFunctor()

template<typename TInput >
itk::Functor::SimilarPixelsFunctor< TInput >::~SimilarPixelsFunctor ( )
default

Member Function Documentation

◆ GetDistanceThreshold()

template<typename TInput >
TInput itk::Functor::SimilarPixelsFunctor< TInput >::GetDistanceThreshold ( )
inline

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput >
itk::Functor::SimilarPixelsFunctor< TInput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( SimilarPixelsFunctor< TInput >  )

◆ operator()()

template<typename TInput >
bool itk::Functor::SimilarPixelsFunctor< TInput >::operator() ( const TInput &  a,
const TInput &  b 
) const
inline

◆ operator==()

template<typename TInput >
bool itk::Functor::SimilarPixelsFunctor< TInput >::operator== ( const SimilarPixelsFunctor< TInput > &  other) const
inline

◆ SetDistanceThreshold()

template<typename TInput >
void itk::Functor::SimilarPixelsFunctor< TInput >::SetDistanceThreshold ( const TInput &  thresh)
inline

Member Data Documentation

◆ m_Threshold

template<typename TInput >
TInput itk::Functor::SimilarPixelsFunctor< TInput >::m_Threshold
protected

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