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