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"
void BeforeThreadedGenerateData(void) override
SmartPointer< Self > Pointer
LocalStatisticFilter Self
void CreateOutputImage(InputImagePointer input, OutputImagePointer output)
TInputImageType::ConstPointer InputImagePointer
itk::ProcessObject::DataObjectPointer MakeOutput(itk::ProcessObject::DataObjectPointerArraySizeType) override
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
ImageToImageFilter< TInputImageType, TOuputImageType > Superclass
TOuputImageType::RegionType OutputImageRegionType
~LocalStatisticFilter() override
TOuputImageType::Pointer OutputImagePointer