18 #ifndef itkBoxMeanImageFilter_h
19 #define itkBoxMeanImageFilter_h
42 template<
typename TInputImage,
typename TOutputImage = TInputImage >
64 typedef typename TInputImage::SizeType
SizeType;
73 TOutputImage::ImageDimension);
75 TInputImage::ImageDimension);
78 #ifdef ITK_USE_CONCEPT_CHECKING
100 #ifndef ITK_MANUAL_INSTANTIATION
101 #include "itkBoxMeanImageFilter.hxx"
TInputImage::SizeType SizeType
TOutputImage::PixelType OutputPixelType
BoxImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< const Self > ConstPointer
Base class for all process objects that output image data.
TInputImage InputImageType
TInputImage::IndexType IndexType
SmartPointer< Self > Pointer
TInputImage::RegionType RegionType
TInputImage::PixelType PixelType
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
Implements a fast rectangular mean filter using the accumulator approach.
A base class for all the filters working on a box neighborhood.
unsigned int ThreadIdType
Superclass::OutputImageRegionType OutputImageRegionType
TOutputImage OutputImageType
static const unsigned int InputImageDimension
static const unsigned int OutputImageDimension
Superclass::OutputImageRegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
void operator=(const Self &)
TInputImage::OffsetType OffsetType