#include <itkThresholdLabelerImageFilter.h>
Collaboration diagram for itk::Functor::ThresholdLabeler< TInput, TOutput >:

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) |
| bool | operator== (const ThresholdLabeler &other) const |
| void | SetLabelOffset (const TOutput &labelOffset) |
| void | SetThresholds (const RealThresholdVector &thresholds) |
| ThresholdLabeler () | |
| ~ThresholdLabeler () | |
|
|||||
|
Definition at line 49 of file itkThresholdLabelerImageFilter.h. |
|
|||||
|
Definition at line 52 of file itkThresholdLabelerImageFilter.h. |
|
|||||||||
|
Definition at line 48 of file itkThresholdLabelerImageFilter.h. |
|
|||||||||
|
Definition at line 49 of file itkThresholdLabelerImageFilter.h. |
|
||||||||||
|
Definition at line 62 of file itkThresholdLabelerImageFilter.h. References itk::Functor::ThresholdLabeler< TInput, TOutput >::m_LabelOffset, and itk::Functor::ThresholdLabeler< TInput, TOutput >::m_Thresholds. |
|
||||||||||
|
Definition at line 76 of file itkThresholdLabelerImageFilter.h. |
|
||||||||||
|
Definition at line 71 of file itkThresholdLabelerImageFilter.h. |
|
||||||||||
|
Set the offset which labels have to start from. Definition at line 59 of file itkThresholdLabelerImageFilter.h. |
|
||||||||||
|
Set the vector of thresholds. Definition at line 55 of file itkThresholdLabelerImageFilter.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000