|
HDK
|
#include <VIS_Type.h>
Public Member Functions | |
| VIS_Type (const VIS_Type &src) | |
| VIS_Type (const char *type_name, const char *description, PRM_Template *template_list, VIS_Constructor constructor, const char *icon, bool is_public=true) | |
| int | getIndex () const |
| const char * | getName () const |
| const char * | getDescription () const |
| const char * | getIcon () const |
| VIS_Constructor | getConstructor () const |
| PRM_Template * | getParmTemplates () |
| bool | isPublic () const |
| VIS_Visualizer * | createVisualizer () |
Friends | |
| class | VIS_Manager |
Definition at line 24 of file VIS_Type.h.
| VIS_Type::VIS_Type | ( | const VIS_Type & | src | ) |
| VIS_Type::VIS_Type | ( | const char * | type_name, |
| const char * | description, | ||
| PRM_Template * | template_list, | ||
| VIS_Constructor | constructor, | ||
| const char * | icon, | ||
| bool | is_public = true |
||
| ) |
| VIS_Visualizer* VIS_Type::createVisualizer | ( | ) |
| VIS_Constructor VIS_Type::getConstructor | ( | ) | const |
| const char* VIS_Type::getDescription | ( | ) | const |
| const char* VIS_Type::getIcon | ( | ) | const |
| int VIS_Type::getIndex | ( | ) | const |
| const char* VIS_Type::getName | ( | ) | const |
| PRM_Template* VIS_Type::getParmTemplates | ( | ) |
| bool VIS_Type::isPublic | ( | ) | const |
|
friend |
Definition at line 44 of file VIS_Type.h.