![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkThresholdLabelerImageFilter.h>
Inheritance diagram for itk::Functor::ThresholdLabeler< TInput, TOutput >:
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) const |
| bool | operator== (const ThresholdLabeler &other) const |
| void | SetLabelOffset (const TOutput &labelOffset) |
| void | SetThresholds (const RealThresholdVector &thresholds) |
| ThresholdLabeler () | |
| ~ThresholdLabeler () | |
Private Attributes | |
| TOutput | m_LabelOffset |
| RealThresholdVector | m_Thresholds |
Definition at line 45 of file itkThresholdLabelerImageFilter.h.
| typedef NumericTraits< TInput >::RealType itk::Functor::ThresholdLabeler< TInput, TOutput >::RealThresholdType |
Definition at line 51 of file itkThresholdLabelerImageFilter.h.
| typedef std::vector< RealThresholdType > itk::Functor::ThresholdLabeler< TInput, TOutput >::RealThresholdVector |
Definition at line 52 of file itkThresholdLabelerImageFilter.h.
|
inline |
Definition at line 48 of file itkThresholdLabelerImageFilter.h.
|
inline |
Definition at line 49 of file itkThresholdLabelerImageFilter.h.
|
inline |
Definition at line 62 of file itkThresholdLabelerImageFilter.h.
|
inline |
Definition at line 77 of file itkThresholdLabelerImageFilter.h.
|
inline |
Definition at line 72 of file itkThresholdLabelerImageFilter.h.
|
inline |
Set the offset which labels have to start from.
Definition at line 59 of file itkThresholdLabelerImageFilter.h.
|
inline |
Set the vector of thresholds.
Definition at line 55 of file itkThresholdLabelerImageFilter.h.
|
private |
Definition at line 103 of file itkThresholdLabelerImageFilter.h.
Referenced by itk::Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType >::operator!=().
|
private |
Definition at line 102 of file itkThresholdLabelerImageFilter.h.
Referenced by itk::Functor::ThresholdLabeler< TInputImage::PixelType, TOutputImage::PixelType >::operator!=().
1.8.1