18 #ifndef __itkSumProjectionImageFilter_h
19 #define __itkSumProjectionImageFilter_h
49 template<
class TInputPixel,
class TOuputPixel >
75 template<
class TInputImage,
class TOutputImage >
79 Functor::SumAccumulator<
80 typename TInputImage::PixelType, typename TOutputImage::PixelType > >
86 typename TInputImage::PixelType,
104 #ifdef ITK_USE_CONCEPT_CHECKING
106 itkConceptMacro( InputPixelToOutputPixelTypeGreaterAdditiveOperatorCheck,
122 void operator=(
const Self &);