18 #ifndef itkMiniPipelineSeparableImageFilter_h
19 #define itkMiniPipelineSeparableImageFilter_h
49 template<
typename TInputImage,
typename TOutputImage,
typename TFilter >
84 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
94 Superclass::SetRadius(radius);
97 void Modified()
const override;
105 void GenerateData()
override;
112 #ifndef ITK_MANUAL_INSTANTIATION
113 #include "itkMiniPipelineSeparableImageFilter.hxx"
typename TInputImage::SizeType RadiusType
typename TInputImage::PixelType PixelType
~MiniPipelineSeparableImageFilter() override
unsigned long SizeValueType
Rank filter of a greyscale image.
typename TInputImage::IndexType IndexType
typename TOutputImage::PixelType OutputPixelType
typename TInputImage::RegionType RegionType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
void SetRadius(const SizeValueType &radius) override
typename TInputImage::OffsetType OffsetType
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
typename TInputImage::SizeType SizeType
TOutputImage OutputImageType
A base class for all the filters working on a box neighborhood.
unsigned int ThreadIdType
ImageBaseType::RegionType RegionType
A separable filter for filter which are using radius.
Casts input pixels to output pixel type.