17 #ifndef MITKMITKLABELEDIMAGELOOKUPTABLE_H
18 #define MITKMITKLABELEDIMAGELOOKUPTABLE_H
48 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
66 virtual
void SetColorForLabel(
67 const LabelType &label, const
double &r, const
double &g, const
double &b, const
double a = 1.0);
75 virtual
double *GetColorForLabel(const LabelType &label);
101 virtual void GenerateRandomColor(
double &r,
double &g,
double &b);
106 virtual double GenerateRandomNumber();
itk::SmartPointer< Self > Pointer
#define MITKDATATYPESEXT_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
The LevelWindow class Class to store level/window values.
mitk::LevelWindow m_LevelWindow
#define mitkClassMacro(className, SuperClassName)
The LookupTable class mitk wrapper for a vtkLookupTableThis class can be used to color images with a ...