18 #ifndef itkBoxImageFilter_h
19 #define itkBoxImageFilter_h
39 template<
typename TInputImage,
typename TOutputImage >
60 typedef typename TInputImage::SizeType
SizeType;
71 TInputImage::ImageDimension);
89 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
93 void operator=(const Self &);
99 #ifndef ITK_MANUAL_INSTANTIATION
100 #include "itkBoxImageFilter.hxx"
Light weight base class for most itk classes.
TInputImage InputImageType
TInputImage::RegionType RegionType
SmartPointer< Self > Pointer
TInputImage::PixelType InputPixelType
static const unsigned int ImageDimension
TOutputImage::PixelType OutputPixelType
TInputImage::IndexType IndexType
virtual void GenerateInputRequestedRegion() override
unsigned long SizeValueType
virtual void SetRadius(const RadiusType &radius)
TInputImage::OffsetType OffsetType
TOutputImage OutputImageType
A base class for all the filters working on a box neighborhood.
virtual void PrintSelf(std::ostream &os, Indent indent) const override
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.