|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
28 #ifndef itkChangeRegionLabelMapFilter_h
29 #define itkChangeRegionLabelMapFilter_h
55 template <
typename TInputImage>
87 using PixelType =
typename InputImageType::PixelType;
96 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
97 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
98 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
110 PrintSelf(std::ostream & os,
Indent indent)
const override;
116 GenerateInputRequestedRegion()
override;
119 EnlargeOutputRequestedRegion(
DataObject * itkNotUsed(output))
override;
122 GenerateOutputInformation()
override;
125 GenerateData()
override;
132 #ifndef ITK_MANUAL_INSTANTIATION
133 # include "itkChangeRegionLabelMapFilter.hxx"
typename InputImageType::PixelType PixelType
typename Superclass::OutputImageRegionType OutputImageRegionType
typename InputImageType::IndexValueType IndexValueType
Base class for filters that takes an image as input and overwrites that image as the output.
Base class for filters that take an image as input and overwrite that image as the output.
typename Superclass::OutputImagePointer OutputImagePointer
Change the region of a label map.
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
typename InputImageType::RegionType RegionType
typename InputImageType::IndexType IndexType
typename InputImageType::Pointer InputImagePointer
ImageBaseType::IndexType IndexType
Light weight base class for most itk classes.
typename InputImageType::SizeType SizeType
ImageBaseType::RegionType RegionType
typename Superclass::OutputImagePixelType OutputImagePixelType
A region represents some portion or piece of data.
typename InputImageType::ConstPointer InputImageConstPointer
typename Superclass::OutputImageRegionType OutputImageRegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
signed long IndexValueType
typename InputImageType::LabelObjectType LabelObjectType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
OutputImageRegionType m_Region
TInputImage InputImageType
Base class for all data objects in ITK.
typename Superclass::OutputImageType OutputImageType