#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 78 of file itkScalarConnectedComponentImageFilter.h.
References m_Threshold.
Referenced by itk::ScalarConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >::GetDistanceThreshold().
| itk::Functor::SimilarPixelsFunctor< TInput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | SimilarPixelsFunctor< TInput > | ) |
References SimilarPixelsFunctor().
|
inline |
Definition at line 84 of file itkScalarConnectedComponentImageFilter.h.
References itk::Math::abs(), and m_Threshold.
|
inline |
Definition at line 64 of file itkScalarConnectedComponentImageFilter.h.
References m_Threshold, and SimilarPixelsFunctor().
|
inline |
Definition at line 72 of file itkScalarConnectedComponentImageFilter.h.
References m_Threshold.
Referenced by itk::ScalarConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >::SetDistanceThreshold().
|
protected |
Definition at line 98 of file itkScalarConnectedComponentImageFilter.h.
Referenced by GetDistanceThreshold(), operator()(), operator==(), SetDistanceThreshold(), and SimilarPixelsFunctor().