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

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

#include <itkInvertIntensityImageFilter.h>

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 28 of file itkInvertIntensityImageFilter.h.

Public Types

typedef NumericTraits< TInput
>::RealType 
RealType

Public Member Functions

 InvertIntensityTransform ()
bool operator!= (const InvertIntensityTransform &other) const
TOutput operator() (const TInput &x)
bool operator== (const InvertIntensityTransform &other) const
void SetMaximum (TOutput max)
 ~InvertIntensityTransform ()


Member Typedef Documentation

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

Definition at line 31 of file itkInvertIntensityImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 32 of file itkInvertIntensityImageFilter.h.

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

Definition at line 33 of file itkInvertIntensityImageFilter.h.


Member Function Documentation

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

Definition at line 37 of file itkInvertIntensityImageFilter.h.

References itk::Functor::InvertIntensityTransform< TInput, TOutput >::m_Maximum.

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

Definition at line 51 of file itkInvertIntensityImageFilter.h.

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

Definition at line 46 of file itkInvertIntensityImageFilter.h.

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

Definition at line 35 of file itkInvertIntensityImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 14:19:30 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000