18#ifndef itkAbsImageFilter_h
19#define itkAbsImageFilter_h
32template <
typename TInput,
typename TOutput>
65template <
typename TInputImage,
typename TOutputImage>
94#if !defined(ITK_WRAPPING_PARSER)
typename TInputImage::PixelType InputPixelType
SmartPointer< const Self > ConstPointer
~AbsImageFilter() override=default
UnaryGeneratorImageFilter< TInputImage, TOutputImage > Superclass
typename TOutputImage::PixelType OutputPixelType
SmartPointer< Self > Pointer
Functor::Abs< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
Computes the absolute value of a pixel.
TOutput operator()(const TInput &A) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Abs)
bool operator==(const Abs &) const
Implements transparent reference counting.
UnaryGeneratorImageFilter()
void SetFunctor(const std::function< ConstRefFunctionType > &f)
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....