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

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

#include <itkIntensityWindowingImageFilter.h>

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

Collaboration graph
[legend]
List of all members.

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


Public Types

typedef NumericTraits< TInput
>::RealType 
RealType

Public Member Functions

 IntensityWindowingTransform ()
bool operator!= (const IntensityWindowingTransform &other) const
TOutput operator() (const TInput &x)
bool operator== (const IntensityWindowingTransform &other) const
void SetFactor (RealType a)
void SetOffset (RealType b)
void SetOutputMaximum (TOutput max)
void SetOutputMinimum (TOutput min)
void SetWindowMaximum (TInput max)
void SetWindowMinimum (TInput min)
 ~IntensityWindowingTransform ()

Member Typedef Documentation

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

Definition at line 34 of file itkIntensityWindowingImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 35 of file itkIntensityWindowingImageFilter.h.

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

Definition at line 36 of file itkIntensityWindowingImageFilter.h.


Member Function Documentation

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

Definition at line 37 of file itkIntensityWindowingImageFilter.h.

References itk::Functor::IntensityWindowingTransform< TInput, TOutput >::m_Factor, itk::Functor::IntensityWindowingTransform< TInput, TOutput >::m_Offset, itk::Functor::IntensityWindowingTransform< TInput, TOutput >::m_OutputMaximum, itk::Functor::IntensityWindowingTransform< TInput, TOutput >::m_OutputMinimum, itk::Functor::IntensityWindowingTransform< TInput, TOutput >::m_WindowMaximum, and itk::Functor::IntensityWindowingTransform< TInput, TOutput >::m_WindowMinimum.

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

Definition at line 61 of file itkIntensityWindowingImageFilter.h.

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

Definition at line 50 of file itkIntensityWindowingImageFilter.h.

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

Definition at line 55 of file itkIntensityWindowingImageFilter.h.

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

Definition at line 56 of file itkIntensityWindowingImageFilter.h.

template<typename TInput, typename TOutput>
void itk::Functor::IntensityWindowingTransform< TInput, TOutput >::SetOutputMaximum TOutput  max  )  [inline]
 

Definition at line 58 of file itkIntensityWindowingImageFilter.h.

template<typename TInput, typename TOutput>
void itk::Functor::IntensityWindowingTransform< TInput, TOutput >::SetOutputMinimum TOutput  min  )  [inline]
 

Definition at line 57 of file itkIntensityWindowingImageFilter.h.

template<typename TInput, typename TOutput>
void itk::Functor::IntensityWindowingTransform< TInput, TOutput >::SetWindowMaximum TInput  max  )  [inline]
 

Definition at line 60 of file itkIntensityWindowingImageFilter.h.

template<typename TInput, typename TOutput>
void itk::Functor::IntensityWindowingTransform< TInput, TOutput >::SetWindowMinimum TInput  min  )  [inline]
 

Definition at line 59 of file itkIntensityWindowingImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Mon Jul 10 00:19:57 2006 for ITK by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2000