ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryThresholdImageFilter.h>
Definition at line 66 of file 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 |
|
inline |
Definition at line 69 of file itkBinaryThresholdImageFilter.h.
|
inline |
Definition at line 77 of file itkBinaryThresholdImageFilter.h.
|
inline |
Definition at line 88 of file itkBinaryThresholdImageFilter.h.
|
inline |
Definition at line 105 of file itkBinaryThresholdImageFilter.h.
|
inline |
Definition at line 100 of file itkBinaryThresholdImageFilter.h.
|
inline |
Definition at line 83 of file itkBinaryThresholdImageFilter.h.
|
inline |
Definition at line 79 of file itkBinaryThresholdImageFilter.h.
|
inline |
Definition at line 85 of file itkBinaryThresholdImageFilter.h.
|
inline |
Definition at line 81 of file itkBinaryThresholdImageFilter.h.
|
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().
|
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().
|
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().
|
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().