#include <GR_ColorLookupMgr.h>
Public Types | |
| typedef const float *(* | ColorLookupFunc )(const void *data) |
| typedef ColorLookupFunc(* | TypeEntryFunc )(const GB_Attribute *) |
Public Member Functions | |
| GR_ColorLookupMgr () | |
| ~GR_ColorLookupMgr () | |
| bool | registerType (const char *token, TypeEntryFunc entry_function) |
| int | findType (const char *token) const |
| TypeEntryFunc | getEntryFunction (int type_index) const |
| int | getNumTypes () const |
| const char * | getTypeName (int i) const |
Definition at line 30 of file GR_ColorLookupMgr.h.
| typedef const float*(* GR_ColorLookupMgr::ColorLookupFunc)(const void *data) |
Definition at line 35 of file GR_ColorLookupMgr.h.
| typedef ColorLookupFunc(* GR_ColorLookupMgr::TypeEntryFunc)(const GB_Attribute *) |
Definition at line 39 of file GR_ColorLookupMgr.h.
| GR_ColorLookupMgr::GR_ColorLookupMgr | ( | ) |
| GR_ColorLookupMgr::~GR_ColorLookupMgr | ( | ) |
| int GR_ColorLookupMgr::findType | ( | const char * | token | ) | const |
| TypeEntryFunc GR_ColorLookupMgr::getEntryFunction | ( | int | type_index | ) | const |
| int GR_ColorLookupMgr::getNumTypes | ( | ) | const [inline] |
Definition at line 50 of file GR_ColorLookupMgr.h.
| const char* GR_ColorLookupMgr::getTypeName | ( | int | i | ) | const |
| bool GR_ColorLookupMgr::registerType | ( | const char * | token, | |
| TypeEntryFunc | entry_function | |||
| ) |
1.5.9