Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Functor::BinaryThreshold< TInput, TOutput > Class Template Reference

#include <itkBinaryThresholdImageFilter.h>

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 61 of file itkBinaryThresholdImageFilter.h.

Public Member Functions

 BinaryThreshold ()
bool operator!= (const BinaryThreshold &other) const
TOutput operator() (const TInput &A)
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 ()


Constructor & Destructor Documentation

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

Definition at line 64 of file itkBinaryThresholdImageFilter.h.

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

Definition at line 71 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 82 of file itkBinaryThresholdImageFilter.h.

References itk::Functor::BinaryThreshold< TInput, TOutput >::m_InsideValue, itk::Functor::BinaryThreshold< TInput, TOutput >::m_LowerThreshold, itk::Functor::BinaryThreshold< TInput, TOutput >::m_OutsideValue, and itk::Functor::BinaryThreshold< TInput, TOutput >::m_UpperThreshold.

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

Definition at line 98 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 93 of file itkBinaryThresholdImageFilter.h.

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

Definition at line 77 of file itkBinaryThresholdImageFilter.h.

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

Definition at line 73 of file itkBinaryThresholdImageFilter.h.

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

Definition at line 79 of file itkBinaryThresholdImageFilter.h.

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

Definition at line 75 of file itkBinaryThresholdImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 14:19:30 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000