![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkRescaleIntensityImageFilter.h>
Collaboration diagram for itk::Functor::IntensityLinearTransform< TInput, TOutput >:Public Types | |
| using | RealType = typename NumericTraits< TInput >::RealType |
Public Member Functions | |
| IntensityLinearTransform () | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (IntensityLinearTransform) | |
| TOutput | operator() (const TInput &x) const |
| bool | operator== (const IntensityLinearTransform &other) const |
| void | SetFactor (RealType a) |
| void | SetMaximum (TOutput max) |
| void | SetMinimum (TOutput min) |
| void | SetOffset (RealType b) |
| ~IntensityLinearTransform ()=default | |
Private Attributes | |
| RealType | m_Factor |
| TOutput | m_Maximum |
| TOutput | m_Minimum |
| RealType | m_Offset |
Definition at line 31 of file itkRescaleIntensityImageFilter.h.
| using itk::Functor::IntensityLinearTransform< TInput, TOutput >::RealType = typename NumericTraits<TInput>::RealType |
Definition at line 34 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 35 of file itkRescaleIntensityImageFilter.h.
|
default |
| itk::Functor::IntensityLinearTransform< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | IntensityLinearTransform< TInput, TOutput > | ) |
|
inline |
Definition at line 82 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 73 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 52 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 67 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 62 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 57 of file itkRescaleIntensityImageFilter.h.
|
private |
Definition at line 97 of file itkRescaleIntensityImageFilter.h.
Referenced by itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator==().
|
private |
Definition at line 99 of file itkRescaleIntensityImageFilter.h.
Referenced by itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator==().
|
private |
Definition at line 100 of file itkRescaleIntensityImageFilter.h.
Referenced by itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator==().
|
private |
Definition at line 98 of file itkRescaleIntensityImageFilter.h.
Referenced by itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator==().
1.8.16