28#ifndef itkPadLabelMapFilter_h
29#define itkPadLabelMapFilter_h
54template <
typename TInputImage>
86 using PixelType =
typename InputImageType::PixelType;
87 using IndexType =
typename InputImageType::IndexType;
88 using SizeType =
typename InputImageType::SizeType;
133#ifndef ITK_MANUAL_INSTANTIATION
134# include "itkPadLabelMapFilter.hxx"
ChangeRegionLabelMapFilter()=default
Control indentation during Print() invocation.
typename OutputImageType::RegionType OutputImageRegionType
TInputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::LabelObjectType LabelObjectType
static constexpr unsigned int ImageDimension
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::IndexType IndexType
typename InputImageType::RegionType InputImageRegionType
void SetPadSize(const SizeType &size)
typename InputImageType::Pointer InputImagePointer
~PadLabelMapFilter() override=default
LabelMapType InputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputImageType::PixelType PixelType
SizeType m_UpperBoundaryPadSize
static constexpr unsigned int OutputImageDimension
SizeType m_LowerBoundaryPadSize
SmartPointer< Self > Pointer
virtual void SetUpperBoundaryPadSize(SizeType _arg)
void GenerateOutputInformation() override
virtual void SetLowerBoundaryPadSize(SizeType _arg)
typename InputImageType::RegionType RegionType
LabelMapType TOutputImage
typename InputImageType::SizeType SizeType
static constexpr unsigned int InputImageDimension
ChangeRegionLabelMapFilter< LabelMapType > Superclass
SmartPointer< const Self > ConstPointer
typename InputImageType::ConstPointer InputImageConstPointer
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....