18#ifndef itkConvertLabelMapFilter_h
19#define itkConvertLabelMapFilter_h
42template <
typename TInputImage,
typename TOutputImage>
71 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
72 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
89#ifndef ITK_MANUAL_INSTANTIATION
90# include "itkConvertLabelMapFilter.hxx"
Converts the LabelObjects of a LabelMap to a different type of LabelObject.
typename OutputImageType::LabelObjectType OutputLabelObjectType
typename OutputImageType::IndexType IndexType
ConvertLabelMapFilter()=default
typename InputImageType::LabelObjectType LabelObjectType
void GenerateData() override
~ConvertLabelMapFilter() override=default
typename OutputImageType::ConstPointer OutputImageConstPointer
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
TInputImage InputImageType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and overwrite that image as the output.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....