18 #ifndef itkSumProjectionImageFilter_h
19 #define itkSumProjectionImageFilter_h
49 template<
typename TInputPixel,
typename TOuputPixel >
75 template<
typename TInputImage,
typename TOutputImage >
79 Functor::SumAccumulator<
80 typename TInputImage::PixelType, typename TOutputImage::PixelType > >
88 typename TInputImage::PixelType,
89 typename TOutputImage::PixelType > >;
106 #ifdef ITK_USE_CONCEPT_CHECKING
108 itkConceptMacro( InputPixelToOutputPixelTypeGreaterAdditiveOperatorCheck,
~SumAccumulator()=default
typename OutputImageType::PixelType OutputPixelType
Define numeric traits for std::vector.
unsigned long SizeValueType
void operator()(const TInputPixel &input)
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.
SumAccumulator(SizeValueType)
typename InputImageType::PixelType InputPixelType
~SumProjectionImageFilter() override=default
TOutputImage OutputImageType
SumProjectionImageFilter()=default
#define itkConceptMacro(name, concept)