#include <itkThresholdLabelerImageFilter.h>
Public Types | |
typedef NumericTraits< TInput > ::RealType | RealThresholdType |
typedef std::vector < RealThresholdType > | RealThresholdVector |
Public Member Functions | |
bool | operator!= (const ThresholdLabeler &other) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const ThresholdLabeler &other) const |
void | SetLabelOffset (const TOutput &labelOffset) |
void | SetThresholds (const RealThresholdVector &thresholds) |
ThresholdLabeler () | |
~ThresholdLabeler () |
Definition at line 45 of file itkThresholdLabelerImageFilter.h.
typedef NumericTraits< TInput >::RealType itk::Functor::ThresholdLabeler< TInput, TOutput >::RealThresholdType |
Definition at line 49 of file itkThresholdLabelerImageFilter.h.
typedef std::vector<RealThresholdType> itk::Functor::ThresholdLabeler< TInput, TOutput >::RealThresholdVector |
Definition at line 52 of file itkThresholdLabelerImageFilter.h.
itk::Functor::ThresholdLabeler< TInput, TOutput >::ThresholdLabeler | ( | ) | [inline] |
Definition at line 48 of file itkThresholdLabelerImageFilter.h.
itk::Functor::ThresholdLabeler< TInput, TOutput >::~ThresholdLabeler | ( | ) | [inline] |
Definition at line 49 of file itkThresholdLabelerImageFilter.h.
bool itk::Functor::ThresholdLabeler< TInput, TOutput >::operator!= | ( | const ThresholdLabeler< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 62 of file itkThresholdLabelerImageFilter.h.
TOutput itk::Functor::ThresholdLabeler< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 76 of file itkThresholdLabelerImageFilter.h.
bool itk::Functor::ThresholdLabeler< TInput, TOutput >::operator== | ( | const ThresholdLabeler< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 71 of file itkThresholdLabelerImageFilter.h.
void itk::Functor::ThresholdLabeler< TInput, TOutput >::SetLabelOffset | ( | const TOutput & | labelOffset | ) | [inline] |
Set the offset which labels have to start from.
Definition at line 59 of file itkThresholdLabelerImageFilter.h.
void itk::Functor::ThresholdLabeler< TInput, TOutput >::SetThresholds | ( | const RealThresholdVector & | thresholds | ) | [inline] |
Set the vector of thresholds.
Definition at line 55 of file itkThresholdLabelerImageFilter.h.