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

#include <itkInvertIntensityImageFilter.h>

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

List of all members.

Public Types

typedef NumericTraits< TInput >
::RealType 
RealType

Public Member Functions

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

Private Attributes

TInput m_Maximum

Detailed Description

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

Definition at line 33 of file itkInvertIntensityImageFilter.h.


Member Typedef Documentation

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

Definition at line 36 of file itkInvertIntensityImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 37 of file itkInvertIntensityImageFilter.h.

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

Definition at line 38 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 43 of file itkInvertIntensityImageFilter.h.

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

Definition at line 57 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 52 of file itkInvertIntensityImageFilter.h.

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

Definition at line 41 of file itkInvertIntensityImageFilter.h.


Member Data Documentation

template<typename TInput, typename TOutput>
TInput itk::Functor::InvertIntensityTransform< TInput, TOutput >::m_Maximum
private

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