18 #ifndef __itkMeanProjectionImageFilter_h
19 #define __itkMeanProjectionImageFilter_h
48 template<
class TInputPixel,
class TAccumulate >
84 template<
class TInputImage,
class TOutputImage,
87 typename TOutputImage::PixelType >::AccumulateType >
90 Functor::MeanAccumulator< typename TInputImage::PixelType, TAccumulate > >
96 typename TInputImage::PixelType, TAccumulate > >
Superclass;
113 #ifdef ITK_USE_CONCEPT_CHECKING
115 itkConceptMacro( InputPixelToOutputPixelTypeGreaterAdditiveOperatorCheck,
131 void operator=(
const Self &);