18 #ifndef __itkBoxMeanImageFilter_h
19 #define __itkBoxMeanImageFilter_h
42 template<
class TInputImage,
class TOutputImage = TInputImage >
64 typedef typename TInputImage::SizeType
SizeType;
72 itkStaticConstMacro(OutputImageDimension,
unsigned int,
73 TOutputImage::ImageDimension);
74 itkStaticConstMacro(InputImageDimension,
unsigned int,
75 TInputImage::ImageDimension);
78 #ifdef ITK_USE_CONCEPT_CHECKING
82 itkGetStaticConstMacro(OutputImageDimension) > ) );
91 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
ThreadIdType threadId);
95 void operator=(
const Self &);
99 #ifndef ITK_MANUAL_INSTANTIATION
100 #include "itkBoxMeanImageFilter.hxx"