18 #ifndef itkConstantPadImageFilter_h
19 #define itkConstantPadImageFilter_h
47 template<
typename TInputImage,
typename TOutputImage >
80 TInputImage::ImageDimension);
82 TOutputImage::ImageDimension);
100 #ifdef ITK_USE_CONCEPT_CHECKING
126 #ifndef ITK_MANUAL_INSTANTIATION
127 #include "itkConstantPadImageFilter.hxx"
TOutputImage::RegionType OutputImageRegionType
Increase the image size by padding with a constant value.
TInputImage::RegionType InputImageRegionType
This boundary condition returns a constant value for out-of-bounds image pixels.
TInputImage::PixelType InputImagePixelType
Superclass::InputImageRegionType InputImageRegionType
Base class for all process objects that output image data.
ConstantPadImageFilter Self
TInputImage::IndexType InputImageIndexType
void PrintSelf(std::ostream &os, Indent indent) const override
OutputImagePixelType GetConstant() const
static const unsigned int ImageDimension
~ConstantPadImageFilter()
static const unsigned int OutputImageDimension
SmartPointer< Self > Pointer
Superclass::OutputImageSizeType OutputImageSizeType
TOutputImage::SizeType OutputImageSizeType
TOutputImage::PixelType OutputImagePixelType
Superclass::OutputImagePixelType OutputImagePixelType
Superclass::InputImageSizeType InputImageSizeType
Superclass::InputImageIndexType InputImageIndexType
OutputImageType::PixelType OutputImagePixelType
SmartPointer< const Self > ConstPointer
virtual void Modified() const
void SetConstant(OutputImagePixelType constant)
Superclass::OutputImageRegionType OutputImageRegionType
TInputImage::SizeType InputImageSizeType
Superclass::InputImagePixelType InputImagePixelType
ConstantBoundaryCondition< TInputImage, TOutputImage > m_InternalBoundaryCondition
Control indentation during Print() invocation.
PadImageFilter< TInputImage, TOutputImage > Superclass
TOutputImage::IndexType OutputImageIndexType
Increase the image size by padding. Superclass for filters that fill in extra pixels.
#define itkConceptMacro(name, concept)
Superclass::OutputImageIndexType OutputImageIndexType
void operator=(const Self &)