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.

Public Methods

 BinaryThreshold ()
 ~BinaryThreshold ()
void SetLowerThreshold (const TInput &thresh)
void SetUpperThreshold (const TInput &thresh)
void SetInsideValue (const TOutput &value)
void SetOutsideValue (const TOutput &value)
TOutput operator() (const TInput &A)

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


Constructor & Destructor Documentation

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

Definition at line 49 of file itkBinaryThresholdImageFilter.h.

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

Definition at line 50 of file itkBinaryThresholdImageFilter.h.


Member Function Documentation

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

Definition at line 61 of file itkBinaryThresholdImageFilter.h.

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

Definition at line 56 of file itkBinaryThresholdImageFilter.h.

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

Definition at line 52 of file itkBinaryThresholdImageFilter.h.

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

Definition at line 58 of file itkBinaryThresholdImageFilter.h.

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

Definition at line 54 of file itkBinaryThresholdImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:51:59 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000