ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
itk::Functor::InvertIntensityTransform< TInput, TOutput > Class Template Reference

#include <itkInvertIntensityImageFilter.h>

Detailed Description

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

Definition at line 33 of file itkInvertIntensityImageFilter.h.

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

Public Types

using RealType = typename NumericTraits< TInput >::RealType
 

Public Member Functions

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

Private Attributes

TInput m_Maximum
 

Member Typedef Documentation

◆ RealType

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

Definition at line 36 of file itkInvertIntensityImageFilter.h.

Constructor & Destructor Documentation

◆ InvertIntensityTransform()

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

Definition at line 37 of file itkInvertIntensityImageFilter.h.

◆ ~InvertIntensityTransform()

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

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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.

◆ operator==()

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

Definition at line 49 of file itkInvertIntensityImageFilter.h.

◆ SetMaximum()

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

Definition at line 42 of file itkInvertIntensityImageFilter.h.

Member Data Documentation

◆ m_Maximum

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: