18 #ifndef itkMaximumProjectionImageFilter_h
19 #define itkMaximumProjectionImageFilter_h
48 template<
typename TInputPixel >
74 template<
typename TInputImage,
typename TOutputImage >
77 Functor::MaximumAccumulator< typename TInputImage::PixelType > >
98 #ifdef ITK_USE_CONCEPT_CHECKING
void operator()(const TInputPixel &input)
Define numeric traits for std::vector.
unsigned long SizeValueType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
MaximumAccumulator(SizeValueType)
Base class for all process objects that output image data.
TInputImage InputImageType
Implements an accumulation of an image along a selected direction.
MaximumProjectionImageFilter()=default
~MaximumAccumulator()=default
~MaximumProjectionImageFilter() override=default
#define itkConceptMacro(name, concept)
typename InputImageType::PixelType InputPixelType