18 #ifndef itkConvertLabelMapFilter_h
19 #define itkConvertLabelMapFilter_h
42 template<
typename TInputImage,
typename TOutputImage >
70 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
71 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
84 virtual void GenerateData() ITK_OVERRIDE;
91 #ifndef ITK_MANUAL_INSTANTIATION
92 #include "itkConvertLabelMapFilter.hxx"
~ConvertLabelMapFilter() override
InputImageType::LabelObjectType LabelObjectType
InputImageType::PixelType InputImagePixelType
TInputImage InputImageType
SmartPointer< const Self > ConstPointer
Converts the LabelObjects of a LabelMap to a differente type of LabelObejct.
OutputImageType::RegionType OutputImageRegionType
OutputImageType::Pointer OutputImagePointer
Base class for all process objects that output image data.
InputImageType::ConstPointer InputImageConstPointer
InputImageType::RegionType InputImageRegionType
OutputImageType::PixelType OutputImagePixelType
TOutputImage OutputImageType
OutputImageType::ConstPointer OutputImageConstPointer
OutputImageType::LabelObjectType OutputLabelObjectType
SmartPointer< Self > Pointer
Base class for filters that take an image as input and overwrite that image as the output...
ConvertLabelMapFilter Self
OutputImageType::IndexType IndexType
InputImageType::Pointer InputImagePointer
LabelMapFilter< TInputImage, TOutputImage > Superclass
ImageBaseType::IndexType IndexType