18 #ifndef __itkConvertLabelMapFilter_h
19 #define __itkConvertLabelMapFilter_h
42 template<
class TInputImage,
class TOutputImage >
66 typedef typename OutputImageType::IndexType
IndexType;
70 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
71 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
84 virtual void GenerateData();
88 void operator=(
const Self &);
92 #ifndef ITK_MANUAL_INSTANTIATION
93 #include "itkConvertLabelMapFilter.hxx"