18 #ifndef itkBoxImageFilter_h
19 #define itkBoxImageFilter_h
39 template<
typename TInputImage,
typename TOutputImage >
72 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
78 virtual void SetRadius(
const RadiusType & radius);
88 void GenerateInputRequestedRegion()
override;
90 void PrintSelf(std::ostream & os,
Indent indent)
const override;
97 #ifndef ITK_MANUAL_INSTANTIATION
98 #include "itkBoxImageFilter.hxx"
typename TInputImage::SizeType RadiusType
unsigned long SizeValueType
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
typename TInputImage::SizeValueType RadiusValueType
typename TInputImage::OffsetType OffsetType
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
typename TInputImage::SizeType SizeType
TOutputImage OutputImageType
typename TInputImage::PixelType InputPixelType
A base class for all the filters working on a box neighborhood.
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType