28 #ifndef itkPadLabelMapFilter_h
29 #define itkPadLabelMapFilter_h
54 template<
typename TInputImage >
84 typedef typename InputImageType::PixelType
PixelType;
85 typedef typename InputImageType::IndexType
IndexType;
86 typedef typename InputImageType::SizeType
SizeType;
94 itkStaticConstMacro(
ImageDimension,
unsigned int, TOutputImage::ImageDimension);
98 itkSetMacro(UpperBoundaryPadSize,
SizeType);
99 itkGetMacro(UpperBoundaryPadSize,
SizeType);
100 itkSetMacro(LowerBoundaryPadSize,
SizeType);
101 itkGetMacro(LowerBoundaryPadSize,
SizeType);
125 void operator=(const Self &);
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkPadLabelMapFilter.hxx"
Light weight base class for most itk classes.
static const unsigned int ImageDimension
InputImageType::Pointer InputImagePointer
void SetPadSize(const SizeType &size)
Superclass::OutputImagePointer OutputImagePointer
virtual void SetUpperBoundaryPadSize(SizeType _arg)
InputImageType::PixelType PixelType
InputImageType::ConstPointer InputImageConstPointer
Superclass::OutputImageRegionType OutputImageRegionType
Superclass::OutputImagePointer OutputImagePointer
virtual void GenerateOutputInformation() override
InputImageType::SizeType SizeType
static const unsigned int InputImageDimension
InputImageType::IndexType IndexType
void PrintSelf(std::ostream &os, Indent indent) const override
InputImageType::SizeType SizeType
SizeType m_UpperBoundaryPadSize
ChangeRegionLabelMapFilter< TInputImage > Superclass
virtual void SetLowerBoundaryPadSize(SizeType _arg)
InputImageType::RegionType InputImageRegionType
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
InputImageType::RegionType RegionType
Control indentation during Print() invocation.
Superclass::OutputImagePixelType OutputImagePixelType
static const unsigned int OutputImageDimension
SizeType m_LowerBoundaryPadSize
Superclass::OutputImageType OutputImageType
InputImageType::PixelType InputImagePixelType
Superclass::OutputImageType OutputImageType
SmartPointer< Self > Pointer
Superclass::OutputImageRegionType OutputImageRegionType
Superclass::OutputImagePixelType OutputImagePixelType
InputImageType::LabelObjectType LabelObjectType
Change the region of a label map.