18 #ifndef __itkLabelToRGBImageFilter_h
19 #define __itkLabelToRGBImageFilter_h
48 template<
class TLabelImage,
typename TOutputImage >
52 Functor::LabelToRGBFunctor<
53 typename TLabelImage::PixelType,
54 typename TOutputImage::PixelType > >
64 typename TLabelImage::PixelType,
94 unsigned int GetNumberOfColors()
const;
107 void BeforeThreadedGenerateData(
void);
110 void PrintSelf(std::ostream & os,
Indent indent)
const;
112 void GenerateOutputInformation();
116 void operator=(
const Self &);
123 #ifndef ITK_MANUAL_INSTANTIATION
124 #include "itkLabelToRGBImageFilter.hxx"