13 #ifndef itkLocalStatisticFilter_h
14 #define itkLocalStatisticFilter_h
16 #include "itkImageToImageFilter.h"
20 template<
typename TInputImageType,
typename TOuputImageType >
25 typedef ImageToImageFilter< TInputImageType, TOuputImageType >
Superclass;
34 itkSetMacro(Size,
int);
35 itkGetConstMacro(Size,
int);
45 using itk::ProcessObject::MakeOutput;
46 itk::ProcessObject::DataObjectPointer
MakeOutput(itk::ProcessObject::DataObjectPointerArraySizeType )
override;
52 void operator=(
const Self &);
59 #ifndef ITK_MANUAL_INSTANTIATION
60 #include "itkLocalStatisticFilter.hxx"
63 #endif // itkLocalStatisticFilter_h