18 #ifndef itkPadImageFilter_h
19 #define itkPadImageFilter_h
46 template<
typename TInputImage,
typename TOutputImage >
73 typedef typename TInputImage::SizeType
SizeType;
85 TInputImage::ImageDimension);
89 itkSetMacro(PadLowerBound,
SizeType);
90 itkSetMacro(PadUpperBound,
SizeType);
91 itkGetConstReferenceMacro(PadLowerBound,
SizeType);
92 itkGetConstReferenceMacro(PadUpperBound,
SizeType);
118 void operator=(const Self &);
125 #ifndef ITK_MANUAL_INSTANTIATION
126 #include "itkPadImageFilter.hxx"
TOutputImage::RegionType OutputImageRegionType
static const unsigned int ImageDimension
BoundaryConditionType * BoundaryConditionPointerType
virtual void SetPadUpperBound(SizeType _arg)
TInputImage::SizeValueType SizeValueType
TInputImage::RegionType InputImageRegionType
SmartPointer< Self > Pointer
void PrintSelf(std::ostream &os, Indent indent) const override
TInputImage::PixelType InputImagePixelType
Base class for all process objects that output image data.
unsigned long SizeValueType
TInputImage::IndexType InputImageIndexType
Increase the image size by padding. Superclass for filters that fill in extra pixels.
TOutputImage::SizeType OutputImageSizeType
TOutputImage::PixelType OutputImagePixelType
void SetPadBound(const InputImageSizeType &bound)
virtual void GenerateOutputInformation() override
ImageBoundaryCondition< TInputImage, TOutputImage > BoundaryConditionType
A virtual base object that defines an interface to a class of boundary condition objects for use by n...
TInputImage::SizeType InputImageSizeType
PadImageFilterBase< TInputImage, TOutputImage > Superclass
TInputImage::SizeType SizeType
virtual void SetPadLowerBound(SizeType _arg)
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
TOutputImage::IndexType OutputImageIndexType
Increase the image size by padding. Superclass for filters that fill in extra pixels.