18 #ifndef itkGetAverageSliceImageFilter_h
19 #define itkGetAverageSliceImageFilter_h
47 template<
typename TInputImage,
typename TOutputImage >
64 itkGetConstMacro(AveragedOutDimension,
unsigned int);
65 itkSetMacro(AveragedOutDimension,
unsigned int);
81 #ifndef ITK_MANUAL_INSTANTIATION
82 #include "itkGetAverageSliceImageFilter.hxx"
GetAverageSliceImageFilter()
void operator=(const Self &)
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
virtual ~GetAverageSliceImageFilter()
Averages a single dimension of an image.
unsigned int m_AveragedOutDimension
AccumulateImageFilter< TInputImage, TOutputImage > Superclass
void PrintSelf(std::ostream &os, Indent indent) const override
Implements an accumulation of an image along a selected direction.
Control indentation during Print() invocation.
GetAverageSliceImageFilter Self
SmartPointer< const Self > ConstPointer