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

#include <itkRescaleIntensityImageFilter.h>

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

List of all members.

Public Types

typedef NumericTraits< TInput >
::RealType 
RealType

Public Member Functions

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

Private Attributes

RealType m_Factor
TOutput m_Maximum
TOutput m_Minimum
RealType m_Offset

Detailed Description

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

Definition at line 30 of file itkRescaleIntensityImageFilter.h.


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 42 of file itkRescaleIntensityImageFilter.h.


Member Function Documentation

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

Definition at line 47 of file itkRescaleIntensityImageFilter.h.

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

Definition at line 64 of file itkRescaleIntensityImageFilter.h.

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

Definition at line 59 of file itkRescaleIntensityImageFilter.h.

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

Definition at line 43 of file itkRescaleIntensityImageFilter.h.

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

Definition at line 46 of file itkRescaleIntensityImageFilter.h.

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

Definition at line 45 of file itkRescaleIntensityImageFilter.h.

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

Definition at line 44 of file itkRescaleIntensityImageFilter.h.


Member Data Documentation

template<typename TInput, typename TOutput>
RealType itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Factor [private]
template<typename TInput, typename TOutput>
TOutput itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Maximum [private]
template<typename TInput, typename TOutput>
TOutput itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Minimum [private]
template<typename TInput, typename TOutput>
RealType itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Offset [private]

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