18 #ifndef itkBoxImageFilter_h
19 #define itkBoxImageFilter_h
39 template<
typename TInputImage,
typename TOutputImage >
70 itkStaticConstMacro(ImageDimension,
unsigned int,
71 TInputImage::ImageDimension);
77 virtual void SetRadius(
const RadiusType & radius);
87 virtual void GenerateInputRequestedRegion() ITK_OVERRIDE;
89 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
98 #ifndef ITK_MANUAL_INSTANTIATION
99 #include "itkBoxImageFilter.hxx"
TInputImage InputImageType
TInputImage::RegionType RegionType
SmartPointer< Self > Pointer
TInputImage::PixelType InputPixelType
TOutputImage::PixelType OutputPixelType
TInputImage::IndexType IndexType
Base class for all process objects that output image data.
unsigned long SizeValueType
~BoxImageFilter() override
TInputImage::OffsetType OffsetType
TOutputImage OutputImageType
A base class for all the filters working on a box neighborhood.
SmartPointer< const Self > ConstPointer
TInputImage::SizeValueType RadiusValueType
TInputImage::SizeType RadiusType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TInputImage::SizeType SizeType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType