18 #ifndef itkConvertLabelMapFilter_h
19 #define itkConvertLabelMapFilter_h
42 template<
typename TInputImage,
typename TOutputImage >
66 typedef typename OutputImageType::IndexType
IndexType;
88 void operator=(const Self &);
92 #ifndef ITK_MANUAL_INSTANTIATION
93 #include "itkConvertLabelMapFilter.hxx"
InputImageType::LabelObjectType LabelObjectType
static const unsigned int OutputImageDimension
InputImageType::PixelType InputImagePixelType
TInputImage InputImageType
SmartPointer< const Self > ConstPointer
Converts the LabelObjects of a LabelMap to a differente type of LabelObejct.
virtual void GenerateData() override
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
static const unsigned int InputImageDimension
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