#include "PI_API.h"#include <UT/UT_String.h>#include <UT/UT_SymbolTable.h>#include <UT/UT_StringArray.h>Go to the source code of this file.
Classes | |
| class | PI_ResourceTemplate |
| class | PI_StateTemplate |
| class | PI_HandleTemplate |
| class | PI_PITemplate |
| class | PI_SelectorTemplate |
Enumerations | |
| enum | PI_ViewerType { PI_VIEWER_SCENE = 0, PI_VIEWER_PARTICLE, PI_VIEWER_COMPOSITE, PI_NUM_VIEWER_TYPES } |
| enum | PI_NetworkType { PI_NETWORK_OBJ = 0, PI_NETWORK_SOP, PI_NETWORK_POP, PI_NETWORK_DOP, PI_NETWORK_COP2, 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_POP = 1 << (unsigned)PI_NETWORK_POP |
| const unsigned | PI_NETMASK_DOP = 1 << (unsigned)PI_NETWORK_DOP |
| const unsigned | PI_NETMASK_COP2 = 1 << (unsigned)PI_NETWORK_COP2 |
| enum PI_NetworkType |
| PI_NETWORK_OBJ | |
| PI_NETWORK_SOP | |
| PI_NETWORK_POP | |
| PI_NETWORK_DOP | |
| PI_NETWORK_COP2 | |
| PI_NUM_NETWORK_TYPES |
Definition at line 43 of file PI_ResourceTemplate.h.
| enum PI_ViewerType |
Definition at line 33 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_COP2 = 1 << (unsigned)PI_NETWORK_COP2 |
Definition at line 57 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_DOP = 1 << (unsigned)PI_NETWORK_DOP |
Definition at line 56 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_OBJ = 1 << (unsigned)PI_NETWORK_OBJ |
Definition at line 53 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_POP = 1 << (unsigned)PI_NETWORK_POP |
Definition at line 55 of file PI_ResourceTemplate.h.
| const unsigned PI_NETMASK_SOP = 1 << (unsigned)PI_NETWORK_SOP |
Definition at line 54 of file PI_ResourceTemplate.h.
1.5.9