18 #ifndef itkWrapPadImageFilter_h
19 #define itkWrapPadImageFilter_h
52 template<
typename TInputImage,
typename TOutputImage >
91 TInputImage::ImageDimension);
93 #ifdef ITK_USE_CONCEPT_CHECKING
112 #ifndef ITK_MANUAL_INSTANTIATION
113 #include "itkWrapPadImageFilter.hxx"
TOutputImage::RegionType OutputImageRegionType
InputImageType::ConstPointer InputImageConstPointer
TInputImage::RegionType InputImageRegionType
Superclass::InputImageIndexType InputImageIndexType
Superclass::InputImageRegionType InputImageRegionType
InputImageType::Pointer InputImagePointer
SmartPointer< Self > Pointer
TInputImage::PixelType InputImagePixelType
Base class for all process objects that output image data.
TInputImage::IndexType InputImageIndexType
Superclass::OutputImagePixelType OutputImagePixelType
Superclass::OutputImageSizeType OutputImageSizeType
Superclass::OutputImageIndexType OutputImageIndexType
A function object that determines values outside of image boundaries according to periodic (wrap-arou...
TOutputImage::SizeType OutputImageSizeType
TOutputImage::PixelType OutputImagePixelType
OutputImageType::Pointer OutputImagePointer
TInputImage InputImageType
Superclass::InputImageSizeType InputImageSizeType
Increase the image size by padding with replicants of the input image value.
Superclass::OutputImageType OutputImageType
Superclass::InputImagePixelType InputImagePixelType
TInputImage::SizeType InputImageSizeType
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::OutputImagePointer OutputImagePointer
PeriodicBoundaryCondition< TInputImage, TOutputImage > m_InternalBoundaryCondition
void operator=(const Self &)
SmartPointer< const Self > ConstPointer
TOutputImage::IndexType OutputImageIndexType
Superclass::InputImageType InputImageType
PadImageFilter< TInputImage, TOutputImage > Superclass
Increase the image size by padding. Superclass for filters that fill in extra pixels.
TOutputImage OutputImageType
static const unsigned int ImageDimension
Superclass::OutputImageRegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
Superclass::InputImagePointer InputImagePointer