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

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

#include <itkRescaleIntensityImageFilter.h>

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef NumericTraits< TInput
>::RealType 
RealType

Public Methods

 IntensityLinearTransform ()
 ~IntensityLinearTransform ()
void SetFactor (RealType a)
void SetOffset (RealType b)
void SetMinimum (TOutput min)
void SetMaximum (TOutput max)
TOutput operator() (const TInput &x)

template<typename TInput, typename TOutput>
class itk::Functor::IntensityLinearTransform< TInput, TOutput >


Member Typedef Documentation

template<typename TInput, typename TOutput>
typedef NumericTraits< TInput >::RealType itk::Functor::IntensityLinearTransform< TInput, TOutput >::RealType
 

Definition at line 33 of file itkRescaleIntensityImageFilter.h.


Constructor & Destructor Documentation

template<typename TInput, typename TOutput>
itk::Functor::IntensityLinearTransform< TInput, TOutput >::IntensityLinearTransform   [inline]
 

Definition at line 34 of file itkRescaleIntensityImageFilter.h.

template<typename TInput, typename TOutput>
itk::Functor::IntensityLinearTransform< TInput, TOutput >::~IntensityLinearTransform   [inline]
 

Definition at line 35 of file itkRescaleIntensityImageFilter.h.


Member Function Documentation

template<typename TInput, typename TOutput>
TOutput itk::Functor::IntensityLinearTransform< TInput, TOutput >::operator() const TInput &    x [inline]
 

Definition at line 40 of file itkRescaleIntensityImageFilter.h.

template<typename TInput, typename TOutput>
void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetFactor RealType    a [inline]
 

Definition at line 36 of file itkRescaleIntensityImageFilter.h.

template<typename TInput, typename TOutput>
void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetMaximum TOutput    max [inline]
 

Definition at line 39 of file itkRescaleIntensityImageFilter.h.

References max.

template<typename TInput, typename TOutput>
void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetMinimum TOutput    min [inline]
 

Definition at line 38 of file itkRescaleIntensityImageFilter.h.

References min.

template<typename TInput, typename TOutput>
void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetOffset RealType    b [inline]
 

Definition at line 37 of file itkRescaleIntensityImageFilter.h.


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