18 #ifndef itkInvertIntensityImageFilter_h
19 #define itkInvertIntensityImageFilter_h
32 template<
typename TInput,
typename TOutput >
54 return !( *
this != other );
59 auto result =
static_cast< TOutput
>( m_Maximum - x );
89 template<
typename TInputImage,
typename TOutputImage = TInputImage >
93 Functor::InvertIntensityTransform<
94 typename TInputImage::PixelType,
95 typename TOutputImage::PixelType > >
104 typename TInputImage::PixelType,
105 typename TOutputImage::PixelType > >;
125 void PrintSelf(std::ostream & os,
Indent indent)
const override;
128 void BeforeThreadedGenerateData()
override;
130 #ifdef ITK_USE_CONCEPT_CHECKING
146 #ifndef ITK_MANUAL_INSTANTIATION
147 #include "itkInvertIntensityImageFilter.hxx"
Define numeric traits for std::vector.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TInputImage::PixelType InputPixelType
Base class for all process objects that output image data.
typename TOutputImage::PixelType OutputPixelType
Implements pixel-wise generic operation on one image.
Control indentation during Print() invocation.
typename NumericTraits< InputPixelType >::RealType RealType
#define itkConceptMacro(name, concept)
Invert the intensity of an image.