#include <itkScalarConnectedComponentImageFilter.h>
Definition at line 54 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 |
|
inline |
Definition at line 57 of file itkScalarConnectedComponentImageFilter.h.
References m_Threshold.
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), and operator==().
|
default |
|
inline |
Definition at line 76 of file itkScalarConnectedComponentImageFilter.h.
References m_Threshold.
itk::Functor::SimilarPixelsFunctor< TInput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | SimilarPixelsFunctor< TInput > | ) |
References SimilarPixelsFunctor().
|
inline |
Definition at line 82 of file itkScalarConnectedComponentImageFilter.h.
References itk::Math::abs(), and m_Threshold.
|
inline |
Definition at line 62 of file itkScalarConnectedComponentImageFilter.h.
References m_Threshold, and SimilarPixelsFunctor().
|
inline |
Definition at line 70 of file itkScalarConnectedComponentImageFilter.h.
References m_Threshold.
Referenced by itk::ScalarConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >::SetDistanceThreshold().
|
protected |
Definition at line 96 of file itkScalarConnectedComponentImageFilter.h.
Referenced by GetDistanceThreshold(), operator()(), operator==(), SetDistanceThreshold(), and SimilarPixelsFunctor().