18 #ifndef __itkMeanProjectionImageFilter_h
19 #define __itkMeanProjectionImageFilter_h
49 template<
class TInputPixel,
class TAccumulate >
85 template<
class TInputImage,
class TOutputImage,
88 typename TOutputImage::PixelType >::AccumulateType >
91 Functor::MeanAccumulator< typename TInputImage::PixelType, TAccumulate > >
97 typename TInputImage::PixelType, TAccumulate > >
Superclass;
114 #ifdef ITK_USE_CONCEPT_CHECKING
116 itkConceptMacro( InputPixelToOutputPixelTypeGreaterAdditiveOperatorCheck,
132 void operator=(
const Self &);