18 #ifndef itkMinimumProjectionImageFilter_h
19 #define itkMinimumProjectionImageFilter_h
47 template<
typename TInputPixel >
73 template<
typename TInputImage,
typename TOutputImage >
76 Functor::MinimumAccumulator< typename TInputImage::PixelType > >
84 typename TInputImage::PixelType > >;
98 #ifdef ITK_USE_CONCEPT_CHECKING
~MinimumAccumulator()=default
MinimumProjectionImageFilter()=default
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...
Base class for all process objects that output image data.
TInputImage InputImageType
Implements an accumulation of an image along a selected direction.
void operator()(const TInputPixel &input)
MinimumAccumulator(SizeValueType)
~MinimumProjectionImageFilter() override=default
typename InputImageType::PixelType InputPixelType
#define itkConceptMacro(name, concept)