18 #ifndef itkPadImageFilterBase_h
19 #define itkPadImageFilterBase_h
46 template<
typename TInputImage,
typename TOutputImage >
73 typedef typename TInputImage::SizeType
SizeType;
85 TInputImage::ImageDimension);
113 void operator=(const
Self &) ITK_DELETE_FUNCTION;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 #include "itkPadImageFilterBase.hxx"
TInputImage::RegionType InputImageRegionType
BoundaryConditionPointerType m_BoundaryCondition
TInputImage::SizeType InputImageSizeType
TOutputImage::IndexType OutputImageIndexType
Base class for all process objects that output image data.
unsigned long SizeValueType
TInputImage::PixelType InputImagePixelType
TOutputImage::PixelType OutputImagePixelType
void InternalSetBoundaryCondition(const BoundaryConditionPointerType boundaryCondition)
Increase the image size by padding. Superclass for filters that fill in extra pixels.
TInputImage::IndexType InputImageIndexType
TOutputImage::RegionType OutputImageRegionType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TInputImage::SizeValueType SizeValueType
void PrintSelf(std::ostream &os, Indent indent) const override
TInputImage::SizeType SizeType
SmartPointer< Self > Pointer
unsigned int ThreadIdType
A virtual base object that defines an interface to a class of boundary condition objects for use by n...
TOutputImage::SizeType OutputImageSizeType
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
ImageBoundaryCondition< TInputImage, TOutputImage > BoundaryConditionType
Base class for filters that take an image as input and produce an image as output.
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
virtual void GenerateInputRequestedRegion() override
BoundaryConditionType * BoundaryConditionPointerType
static const unsigned int ImageDimension