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