18#ifndef itkMinimumProjectionImageFilter_h
19#define itkMinimumProjectionImageFilter_h
47template <
typename TInputPixel>
76template <
typename TInputImage,
typename TOutputImage>
80 Functor::MinimumAccumulator<typename TInputImage::PixelType>>
101#ifdef ITK_USE_CONCEPT_CHECKING
MinimumAccumulator(SizeValueType)
void operator()(const TInputPixel &input)
~MinimumAccumulator()=default
Base class for all process objects that output image data.
TInputImage InputImageType
~MinimumProjectionImageFilter() override=default
MinimumProjectionImageFilter()=default
typename InputImageType::PixelType InputPixelType
static constexpr T max(const T &)
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