![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkInvertIntensityImageFilter.h>
Inheritance diagram for itk::Functor::InvertIntensityTransform< TInput, TOutput >:
Collaboration diagram for itk::Functor::InvertIntensityTransform< TInput, TOutput >:Definition at line 33 of file itkInvertIntensityImageFilter.h.
Public Types | |
| using | RealType = typename NumericTraits< TInput >::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 ()=default | |
Private Attributes | |
| TInput | m_Maximum |
| using itk::Functor::InvertIntensityTransform< TInput, TOutput >::RealType = typename NumericTraits< TInput >::RealType |
Definition at line 36 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 37 of file itkInvertIntensityImageFilter.h.
|
default |
|
inline |
Definition at line 43 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 57 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 52 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 41 of file itkInvertIntensityImageFilter.h.
|
private |
Definition at line 65 of file itkInvertIntensityImageFilter.h.
Referenced by itk::Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=().
1.8.5