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