18#ifndef itkMaximumImageFilter_h
19#define itkMaximumImageFilter_h
32template <
typename TInput1,
typename TInput2 = TInput1,
typename TOutput = TInput1>
49 return static_cast<TOutput
>(A);
53 return static_cast<TOutput
>(B);
78template <
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1>
92 Maximum<typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType>;
100#ifdef ITK_USE_CONCEPT_CHECKING
114#if !defined(ITK_WRAPPING_PARSER)
Implements pixel-wise generic operation of two images, or of an image and a constant.
TOutput operator()(const TInput1 &A, const TInput2 &B) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Maximum)
bool operator==(const Maximum &) const
Light weight base class for most itk classes.
Implements a pixel-wise operator Max(a,b) between two images.
~MaximumImageFilter() override=default
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....