#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 () |
Definition at line 61 of file itkBinaryThresholdImageFilter.h.
itk::Functor::BinaryThreshold< TInput, TOutput >::BinaryThreshold | ( | ) | [inline] |
Definition at line 64 of file itkBinaryThresholdImageFilter.h.
itk::Functor::BinaryThreshold< TInput, TOutput >::~BinaryThreshold | ( | ) | [inline] |
Definition at line 71 of file itkBinaryThresholdImageFilter.h.
bool itk::Functor::BinaryThreshold< TInput, TOutput >::operator!= | ( | const BinaryThreshold< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 82 of file itkBinaryThresholdImageFilter.h.
TOutput itk::Functor::BinaryThreshold< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 98 of file itkBinaryThresholdImageFilter.h.
bool itk::Functor::BinaryThreshold< TInput, TOutput >::operator== | ( | const BinaryThreshold< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 93 of file itkBinaryThresholdImageFilter.h.
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetInsideValue | ( | const TOutput & | value | ) | [inline] |
Definition at line 77 of file itkBinaryThresholdImageFilter.h.
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetLowerThreshold | ( | const TInput & | thresh | ) | [inline] |
Definition at line 73 of file itkBinaryThresholdImageFilter.h.
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetOutsideValue | ( | const TOutput & | value | ) | [inline] |
Definition at line 79 of file itkBinaryThresholdImageFilter.h.
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetUpperThreshold | ( | const TInput & | thresh | ) | [inline] |
Definition at line 75 of file itkBinaryThresholdImageFilter.h.