18 #ifndef __itkBoxImageFilter_h
19 #define __itkBoxImageFilter_h
39 template<
typename TInputImage,
typename TOutputImage >
60 typedef typename TInputImage::SizeType
SizeType;
71 TInputImage::ImageDimension);
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
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 GenerateInputRequestedRegion()
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.
virtual void PrintSelf(std::ostream &os, Indent indent) const
void operator=(const Self &)