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