ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryThresholdImageFilter.h>
Public Member Functions | |
BinaryThreshold () | |
bool | operator!= (const BinaryThreshold &other) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const BinaryThreshold &other) const |
void | SetInsideValue (const TOutput &value) |
void | SetLowerThreshold (const TInput &thresh) |
void | SetOutsideValue (const TOutput &value) |
void | SetUpperThreshold (const TInput &thresh) |
~BinaryThreshold () | |
Private Attributes | |
TOutput | m_InsideValue |
TInput | m_LowerThreshold |
TOutput | m_OutsideValue |
TInput | m_UpperThreshold |
Definition at line 66 of file itkBinaryThresholdImageFilter.h.
itk::Functor::BinaryThreshold< TInput, TOutput >::BinaryThreshold | ( | ) | [inline] |
Definition at line 69 of file itkBinaryThresholdImageFilter.h.
itk::Functor::BinaryThreshold< TInput, TOutput >::~BinaryThreshold | ( | ) | [inline] |
Definition at line 77 of file itkBinaryThresholdImageFilter.h.
bool itk::Functor::BinaryThreshold< TInput, TOutput >::operator!= | ( | const BinaryThreshold< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 88 of file itkBinaryThresholdImageFilter.h.
TOutput itk::Functor::BinaryThreshold< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 105 of file itkBinaryThresholdImageFilter.h.
bool itk::Functor::BinaryThreshold< TInput, TOutput >::operator== | ( | const BinaryThreshold< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 100 of file itkBinaryThresholdImageFilter.h.
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetInsideValue | ( | const TOutput & | value | ) | [inline] |
Definition at line 83 of file itkBinaryThresholdImageFilter.h.
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetLowerThreshold | ( | const TInput & | thresh | ) | [inline] |
Definition at line 79 of file itkBinaryThresholdImageFilter.h.
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetOutsideValue | ( | const TOutput & | value | ) | [inline] |
Definition at line 85 of file itkBinaryThresholdImageFilter.h.
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetUpperThreshold | ( | const TInput & | thresh | ) | [inline] |
Definition at line 81 of file itkBinaryThresholdImageFilter.h.
TOutput itk::Functor::BinaryThreshold< TInput, TOutput >::m_InsideValue [private] |
Definition at line 117 of file itkBinaryThresholdImageFilter.h.
Referenced by itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::BinaryThreshold(), itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetInsideValue().
TInput itk::Functor::BinaryThreshold< TInput, TOutput >::m_LowerThreshold [private] |
Definition at line 115 of file itkBinaryThresholdImageFilter.h.
Referenced by itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::BinaryThreshold(), itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetLowerThreshold().
TOutput itk::Functor::BinaryThreshold< TInput, TOutput >::m_OutsideValue [private] |
Definition at line 118 of file itkBinaryThresholdImageFilter.h.
Referenced by itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::BinaryThreshold(), itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetOutsideValue().
TInput itk::Functor::BinaryThreshold< TInput, TOutput >::m_UpperThreshold [private] |
Definition at line 116 of file itkBinaryThresholdImageFilter.h.
Referenced by itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::BinaryThreshold(), itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::BinaryThreshold< TInputImage::PixelType, TOutputImage::PixelType >::SetUpperThreshold().