18#ifndef itkMaximumProjectionImageFilter_h
19#define itkMaximumProjectionImageFilter_h
48template <
typename TInputPixel>
77template <
typename TInputImage,
typename TOutputImage>
81 Functor::MaximumAccumulator<typename TInputImage::PixelType>>
102#ifdef ITK_USE_CONCEPT_CHECKING
~MaximumAccumulator()=default
MaximumAccumulator(SizeValueType)
void operator()(const TInputPixel &input)
Base class for all process objects that output image data.
TInputImage InputImageType
~MaximumProjectionImageFilter() override=default
typename InputImageType::PixelType InputPixelType
MaximumProjectionImageFilter()=default
static constexpr T NonpositiveMin()
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Implements an accumulation of an image along a selected direction.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType