#include <itkThresholdLabelerImageFilter.h>
Definition at line 46 of file itkThresholdLabelerImageFilter.h.
Collaboration diagram for itk::Functor::ThresholdLabeler< TInput, TOutput >:Public Types | |
| using | RealThresholdType = typename NumericTraits<TInput>::RealType |
| using | RealThresholdVector = std::vector<RealThresholdType> |
Public Member Functions | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ThresholdLabeler) | |
| TOutput | operator() (const TInput &A) const |
| bool | operator== (const ThresholdLabeler &other) const |
| void | SetLabelOffset (const TOutput &labelOffset) |
| void | SetThresholds (const RealThresholdVector &thresholds) |
| ThresholdLabeler () | |
| ~ThresholdLabeler ()=default | |
Private Attributes | |
| TOutput | m_LabelOffset |
| RealThresholdVector | m_Thresholds |
| using itk::Functor::ThresholdLabeler< TInput, TOutput >::RealThresholdType = typename NumericTraits<TInput>::RealType |
Definition at line 54 of file itkThresholdLabelerImageFilter.h.
| using itk::Functor::ThresholdLabeler< TInput, TOutput >::RealThresholdVector = std::vector<RealThresholdType> |
Definition at line 55 of file itkThresholdLabelerImageFilter.h.
|
inline |
Definition at line 49 of file itkThresholdLabelerImageFilter.h.
References m_LabelOffset.
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), and operator==().
|
default |
| itk::Functor::ThresholdLabeler< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ThresholdLabeler< TInput, TOutput > | ) |
References ThresholdLabeler().
|
inline |
Definition at line 81 of file itkThresholdLabelerImageFilter.h.
References m_LabelOffset, and m_Thresholds.
|
inline |
Definition at line 73 of file itkThresholdLabelerImageFilter.h.
References m_LabelOffset, m_Thresholds, and ThresholdLabeler().
|
inline |
Set the offset which labels have to start from.
Definition at line 66 of file itkThresholdLabelerImageFilter.h.
References m_LabelOffset.
|
inline |
Set the vector of thresholds.
Definition at line 59 of file itkThresholdLabelerImageFilter.h.
References m_Thresholds.
|
private |
Definition at line 109 of file itkThresholdLabelerImageFilter.h.
Referenced by operator()(), operator==(), SetLabelOffset(), and ThresholdLabeler().
|
private |
Definition at line 108 of file itkThresholdLabelerImageFilter.h.
Referenced by operator()(), operator==(), and SetThresholds().