|
HDK
|
#include "PI_API.h"#include <UT/UT_Array.h>#include <UT/UT_String.h>#include <UT/UT_SymbolTable.h>#include <UT/UT_StringArray.h>
Include dependency graph for PI_ResourceTemplate.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PI_ResourceTemplate |
| class | PI_StateTemplate |
| class | PI_HandleTemplate |
| class | PI_PITemplate |
| class | PI_SelectorTemplate |
Namespaces | |
| PI_PythonHandle | |
Typedefs | |
| typedef UT_SymbolMap< int > | PI_ParmNameIndexMap |
Enumerations | |
| enum | PI_ViewerType { PI_VIEWER_SCENE = 0, PI_VIEWER_COMPOSITE, PI_VIEWER_SCENEGRAPH, PI_NUM_VIEWER_TYPES } |
| enum | PI_NetworkType { PI_NETWORK_OBJ = 0, PI_NETWORK_SOP, PI_NETWORK_DOP, PI_NETWORK_COP2, PI_NETWORK_COP, PI_NETWORK_CHOP, PI_NETWORK_LOP, PI_NETWORK_TOP, PI_NETWORK_COP_3D, PI_NUM_NETWORK_TYPES } |
Variables | |
| const unsigned | PI_NETMASK_OBJ = 1 << (unsigned)PI_NETWORK_OBJ |
| const unsigned | PI_NETMASK_SOP = 1 << (unsigned)PI_NETWORK_SOP |
| const unsigned | PI_NETMASK_DOP = 1 << (unsigned)PI_NETWORK_DOP |
| const unsigned | PI_NETMASK_COP2 = 1 << (unsigned)PI_NETWORK_COP2 |
| const unsigned | PI_NETMASK_COP = 1 << (unsigned)PI_NETWORK_COP |
| const unsigned | PI_NETMASK_COP_3D = 1 << (unsigned)PI_NETWORK_COP_3D |
| const unsigned | PI_NETMASK_CHOP = 1 << (unsigned)PI_NETWORK_CHOP |
| const unsigned | PI_NETMASK_LOP = 1 << (unsigned)PI_NETWORK_LOP |
| const unsigned | PI_NETMASK_TOP = 1 << (unsigned)PI_NETWORK_TOP |
| typedef UT_SymbolMap<int> PI_ParmNameIndexMap |
Definition at line 211 of file PI_ResourceTemplate.h.
| enum PI_NetworkType |
| Enumerator | |
|---|---|
| PI_NETWORK_OBJ | |
| PI_NETWORK_SOP | |
| PI_NETWORK_DOP | |
| PI_NETWORK_COP2 | |
| PI_NETWORK_COP | |
| PI_NETWORK_CHOP | |
| PI_NETWORK_LOP | |
| PI_NETWORK_TOP | |
| PI_NETWORK_COP_3D | |
| PI_NUM_NETWORK_TYPES | |
Definition at line 36 of file PI_ResourceTemplate.h.
| enum PI_ViewerType |
| Enumerator | |
|---|---|
| PI_VIEWER_SCENE | |
| PI_VIEWER_COMPOSITE | |
| PI_VIEWER_SCENEGRAPH | |
| PI_NUM_VIEWER_TYPES | |
Definition at line 26 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_CHOP = 1 << (unsigned)PI_NETWORK_CHOP |
Definition at line 56 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_COP = 1 << (unsigned)PI_NETWORK_COP |
Definition at line 54 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_COP2 = 1 << (unsigned)PI_NETWORK_COP2 |
Definition at line 53 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_COP_3D = 1 << (unsigned)PI_NETWORK_COP_3D |
Definition at line 55 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_DOP = 1 << (unsigned)PI_NETWORK_DOP |
Definition at line 52 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_LOP = 1 << (unsigned)PI_NETWORK_LOP |
Definition at line 57 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_OBJ = 1 << (unsigned)PI_NETWORK_OBJ |
Definition at line 50 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_SOP = 1 << (unsigned)PI_NETWORK_SOP |
Definition at line 51 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_TOP = 1 << (unsigned)PI_NETWORK_TOP |
Definition at line 58 of file PI_ResourceTemplate.h.