| AddColor(double pixVal, int r, int g, int b, int a=0) | mitkColorTable | |
| AddObserver(mitkObserver *observer) | mitkObject | |
| AddReference() | mitkObject | |
| BreakOnError() | mitkObject | [static] |
| Copy(mitkColorTable *src) | mitkColorTable | |
| DebugOff() | mitkObject | [virtual] |
| DebugOn() | mitkObject | [virtual] |
| Delete() | mitkObject | |
| GetClassname() const | mitkObject | [inline, virtual] |
| GetColor(double pixVal, int &r, int &g, int &b) | mitkColorTable | |
| GetColor(double pixVal, int &r, int &g, int &b, int &a) | mitkColorTable | |
| GetColor(double pixVal, unsigned char &r, unsigned char &g, unsigned char &b) | mitkColorTable | |
| GetColor(double pixVal, unsigned char color[3]) | mitkColorTable | |
| GetColor(int index, int &r, int &g, int &b) | mitkColorTable | |
| GetColor(int index, int &r, int &g, int &b, int &a) | mitkColorTable | |
| GetColor(int index, unsigned char &r, unsigned char &g, unsigned char &b) | mitkColorTable | |
| GetColor(int index, unsigned char color[3]) | mitkColorTable | |
| GetColorCount() | mitkColorTable | |
| GetDebug() | mitkObject | |
| GetReferenceCount() | mitkObject | [inline] |
| GetValue(int index, double &pixVal) | mitkColorTable | |
| GetValueColor(int index, double &pixVal, int &r, int &g, int &b) | mitkColorTable | |
| GetValueColor(int index, double &pixVal, int &r, int &g, int &b, int &a) | mitkColorTable | |
| GetValueColor(int index, double &pixVal, unsigned char &r, unsigned char &g, unsigned char &b) | mitkColorTable | |
| GetValueColor(int index, double &pixVal, unsigned char color[3]) | mitkColorTable | |
| IsA(const char *name) | mitkObject | [virtual] |
| IsTypeOf(const char *name) | mitkObject | [static] |
| mitkColorTable() | mitkColorTable | |
| Print(ostream &os) | mitkObject | |
| PrintSelf(ostream &os) | mitkColorTable | [virtual] |
| RemoveAllColors() | mitkColorTable | |
| RemoveAllObservers() | mitkObject | |
| RemoveColor(double pixVal) | mitkColorTable | |
| RemoveColor(int index) | mitkColorTable | |
| RemoveObserver(mitkObserver *observer) | mitkObject | |
| RemoveReference() | mitkObject | |
| SafeDownCast(mitkObject *o) | mitkObject | [static] |
| SetColor(int index, int r, int g, int b, int a=0) | mitkColorTable | |
| SetDebug(unsigned char debugFlag) | mitkObject | |
| SetDefaultColor(int r, int g, int b, int a=0) | mitkColorTable | |
| SetValue(int index, double pixVal) | mitkColorTable | |
| SetValueColor(int index, double pixVal, int r, int g, int b, int a=0) | mitkColorTable | |