18 #ifndef itkGetAverageSliceImageFilter_h
19 #define itkGetAverageSliceImageFilter_h
47 template<
typename TInputImage,
typename TOutputImage >
66 itkGetConstMacro(AveragedOutDimension,
unsigned int);
67 itkSetMacro(AveragedOutDimension,
unsigned int);
73 void PrintSelf(std::ostream & os,
Indent indent)
const override;
80 #ifndef ITK_MANUAL_INSTANTIATION
81 #include "itkGetAverageSliceImageFilter.hxx"
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
Averages a single dimension of an image.
unsigned int m_AveragedOutDimension
Implements an accumulation of an image along a selected direction.
Control indentation during Print() invocation.