|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkConvertLabelMapFilter_h
19 #define itkConvertLabelMapFilter_h
42 template <
typename TInputImage,
typename TOutputImage>
71 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
72 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
85 GenerateData()
override;
89 #ifndef ITK_MANUAL_INSTANTIATION
90 # include "itkConvertLabelMapFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
typename OutputImageType::IndexType IndexType
typename InputImageType::PixelType InputImagePixelType
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
Base class for filters that take an image as input and overwrite that image as the output.
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
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
Converts the LabelObjects of a LabelMap to a different type of LabelObejct.
typename OutputImageType::LabelObjectType OutputLabelObjectType
typename InputImageType::LabelObjectType LabelObjectType
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType
typename OutputImageType::ConstPointer OutputImageConstPointer