|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkWrapPadImageFilter_h
19 #define itkWrapPadImageFilter_h
53 template <
typename TInputImage,
typename TOutputImage>
92 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
94 #ifdef ITK_USE_CONCEPT_CHECKING
109 #ifndef ITK_MANUAL_INSTANTIATION
110 # include "itkWrapPadImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
typename TInputImage::IndexType InputImageIndexType
typename TOutputImage::SizeType OutputImageSizeType
A function object that determines values outside of image boundaries according to periodic (wrap-arou...
typename TOutputImage::IndexType OutputImageIndexType
Increase the image size by padding with replicants of the input image value.
typename TInputImage::SizeType InputImageSizeType
typename InputImageType::PixelType InputImagePixelType
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
PeriodicBoundaryCondition< TInputImage, TOutputImage > m_InternalBoundaryCondition
TInputImage InputImageType
Increase the image size by padding. Superclass for filters that fill in extra pixels.
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType