#include <itkInvertIntensityImageFilter.h>
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 () |
Definition at line 28 of file itkInvertIntensityImageFilter.h.
typedef NumericTraits< TInput >::RealType itk::Functor::InvertIntensityTransform< TInput, TOutput >::RealType |
Definition at line 31 of file itkInvertIntensityImageFilter.h.
itk::Functor::InvertIntensityTransform< TInput, TOutput >::InvertIntensityTransform | ( | ) | [inline] |
Definition at line 32 of file itkInvertIntensityImageFilter.h.
itk::Functor::InvertIntensityTransform< TInput, TOutput >::~InvertIntensityTransform | ( | ) | [inline] |
Definition at line 33 of file itkInvertIntensityImageFilter.h.
bool itk::Functor::InvertIntensityTransform< TInput, TOutput >::operator!= | ( | const InvertIntensityTransform< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 37 of file itkInvertIntensityImageFilter.h.
TOutput itk::Functor::InvertIntensityTransform< TInput, TOutput >::operator() | ( | const TInput & | x | ) | const [inline] |
Definition at line 51 of file itkInvertIntensityImageFilter.h.
bool itk::Functor::InvertIntensityTransform< TInput, TOutput >::operator== | ( | const InvertIntensityTransform< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 46 of file itkInvertIntensityImageFilter.h.
void itk::Functor::InvertIntensityTransform< TInput, TOutput >::SetMaximum | ( | TOutput | max | ) | [inline] |
Definition at line 35 of file itkInvertIntensityImageFilter.h.