|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkSumProjectionImageFilter_h
19 #define itkSumProjectionImageFilter_h
49 template <
typename TInputPixel,
typename TOuputPixel>
78 template <
typename TInputImage,
typename TOutputImage>
83 Functor::SumAccumulator<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
109 #ifdef ITK_USE_CONCEPT_CHECKING
111 itkConceptMacro(InputPixelToOutputPixelTypeGreaterAdditiveOperatorCheck,
~SumAccumulator()=default
Implements an accumulation of an image along a selected direction.
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputPixelType
typename InputImageType::PixelType InputPixelType
TInputImage InputImageType
void operator()(const TInputPixel &input)
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SumProjectionImageFilter()=default
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
~SumProjectionImageFilter() override=default
SumAccumulator(SizeValueType)
unsigned long SizeValueType
TOutputImage OutputImageType