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>

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

Inheritance graph
[legend]
Collaboration diagram for itk::Functor::BinaryThreshold< TInput, TOutput >:

Collaboration graph
[legend]

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 ()


Detailed Description

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

Definition at line 61 of file itkBinaryThresholdImageFilter.h.


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.

template<class TInput, class TOutput>
TOutput itk::Functor::BinaryThreshold< TInput, TOutput >::operator() ( const TInput &  A  )  const [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 Tue Sep 15 15:29:09 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000