18 #ifndef __itkMeanImageFilter_h
19 #define __itkMeanImageFilter_h
47 template<
typename TInputImage,
typename TOutputImage >
54 TInputImage::ImageDimension);
56 TOutputImage::ImageDimension);
85 #ifdef ITK_USE_CONCEPT_CHECKING
115 #ifndef ITK_MANUAL_INSTANTIATION
116 #include "itkMeanImageFilter.hxx"
InputImageType::RegionType InputImageRegionType
SmartPointer< const Self > ConstPointer
static const unsigned int OutputImageDimension
virtual ~MeanImageFilter()
OutputImageType::RegionType OutputImageRegionType
TInputImage InputImageType
Applies an averaging filter to an image.
NumericTraits< InputPixelType >::RealType InputRealType
Base class for all process objects that output image data.
InputImageType::PixelType InputPixelType
static const unsigned int InputImageDimension
OutputImageType::PixelType OutputPixelType
A base class for all the filters working on a box neighborhood.
SmartPointer< Self > Pointer
void operator=(const Self &)
BoxImageFilter< InputImageType, OutputImageType > Superclass
TOutputImage OutputImageType
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
Define additional traits for native types such as int or float.
#define itkConceptMacro(name, concept)
InputImageType::SizeType InputSizeType
unsigned int ThreadIdType