ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes
itk::Functor::BinaryThreshold< TInput, TOutput > Class Template Reference

#include <itkBinaryThresholdImageFilter.h>

+ Inheritance diagram for itk::Functor::BinaryThreshold< TInput, TOutput >:
+ Collaboration diagram for itk::Functor::BinaryThreshold< TInput, TOutput >:

List of all members.

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

Detailed Description

template<class TInput, class TOutput>
class itk::Functor::BinaryThreshold< TInput, TOutput >

Definition at line 66 of file itkBinaryThresholdImageFilter.h.


Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::BinaryThreshold< TInput, TOutput >::BinaryThreshold ( ) [inline]

Definition at line 69 of file itkBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
itk::Functor::BinaryThreshold< TInput, TOutput >::~BinaryThreshold ( ) [inline]

Definition at line 77 of file itkBinaryThresholdImageFilter.h.


Member Function Documentation

template<class TInput, class TOutput>
bool itk::Functor::BinaryThreshold< TInput, TOutput >::operator!= ( const BinaryThreshold< TInput, TOutput > &  other) const [inline]

Definition at line 88 of file itkBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
TOutput itk::Functor::BinaryThreshold< TInput, TOutput >::operator() ( const TInput &  A) const [inline]

Definition at line 105 of file itkBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
bool itk::Functor::BinaryThreshold< TInput, TOutput >::operator== ( const BinaryThreshold< TInput, TOutput > &  other) const [inline]

Definition at line 100 of file itkBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetInsideValue ( const TOutput &  value) [inline]

Definition at line 83 of file itkBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetLowerThreshold ( const TInput &  thresh) [inline]

Definition at line 79 of file itkBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetOutsideValue ( const TOutput &  value) [inline]

Definition at line 85 of file itkBinaryThresholdImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetUpperThreshold ( const TInput &  thresh) [inline]

Definition at line 81 of file itkBinaryThresholdImageFilter.h.


Member Data Documentation

template<class TInput, class TOutput>
TOutput itk::Functor::BinaryThreshold< TInput, TOutput >::m_InsideValue [private]
template<class TInput, class TOutput>
TInput itk::Functor::BinaryThreshold< TInput, TOutput >::m_LowerThreshold [private]
template<class TInput, class TOutput>
TOutput itk::Functor::BinaryThreshold< TInput, TOutput >::m_OutsideValue [private]
template<class TInput, class TOutput>
TInput itk::Functor::BinaryThreshold< TInput, TOutput >::m_UpperThreshold [private]

The documentation for this class was generated from the following file: