18#ifndef itkNaryMaximumImageFilter_h
19#define itkNaryMaximumImageFilter_h
34template <
typename TInput,
typename TOutput>
47 for (
unsigned int i = 0; i < B.size(); ++i)
99template <
typename TInputImage,
typename TOutputImage>
103 Functor::Maximum1<typename TInputImage::PixelType, typename TInputImage::PixelType>>
bool operator==(const Maximum1 &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Maximum1)
TOutput operator()(const std::vector< TInput > &B) const
typename NumericTraits< TOutput >::ValueType OutputValueType
~NaryMaximumImageFilter() override=default
NaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Maximum1< typename TInputImage::PixelType, typename TInputImage::PixelType > > Superclass
SmartPointer< const Self > ConstPointer
NaryMaximumImageFilter()=default
SmartPointer< Self > Pointer
NaryMaximumImageFilter Self
static constexpr T NonpositiveMin()
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....