18#ifndef itkMiniPipelineSeparableImageFilter_h
19#define itkMiniPipelineSeparableImageFilter_h
48template <
typename TInputImage,
typename TOutputImage,
typename TFilter>
81 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
93 Superclass::SetRadius(radius);
114#ifndef ITK_MANUAL_INSTANTIATION
115# include "itkMiniPipelineSeparableImageFilter.hxx"
A base class for all the filters working on a box neighborhood.
typename TInputImage::RegionType RegionType
typename TInputImage::SizeType SizeType
typename TInputImage::SizeType RadiusType
typename TInputImage::IndexType IndexType
typename TOutputImage::PixelType OutputPixelType
typename TInputImage::OffsetType OffsetType
Casts input pixels to output pixel type.
Base class for all process objects that output image data.
TOutputImage OutputImageType
TInputImage InputImageType
A separable filter for filter which are using radius.
typename TInputImage::PixelType PixelType
void Modified() const override
MiniPipelineSeparableImageFilter()
void GenerateData() override
void SetNumberOfWorkUnits(ThreadIdType nb) override
void SetRadius(const SizeValueType &radius) override
~MiniPipelineSeparableImageFilter() override=default
void SetRadius(const RadiusType &) override
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned int ThreadIdType
unsigned long SizeValueType