|
HDK
|
#include <VOP_Node.h>
Public Attributes | |
| UT_StringHolder | myName |
| UT_StringHolder | myDescription |
| VOP_ContextType | myContextType |
| int | myVarIndex |
| VOP_TypeInfo | myTypeInfo |
| bool | myReadable |
| bool | myWritable |
| bool | myIlluminanceVar |
Definition at line 105 of file VOP_Node.h.
| VOP_ContextType VOP_VarInfo::myContextType |
Definition at line 110 of file VOP_Node.h.
| UT_StringHolder VOP_VarInfo::myDescription |
Definition at line 109 of file VOP_Node.h.
| bool VOP_VarInfo::myIlluminanceVar |
Definition at line 115 of file VOP_Node.h.
| UT_StringHolder VOP_VarInfo::myName |
Definition at line 108 of file VOP_Node.h.
| bool VOP_VarInfo::myReadable |
Definition at line 113 of file VOP_Node.h.
| VOP_TypeInfo VOP_VarInfo::myTypeInfo |
Definition at line 112 of file VOP_Node.h.
| int VOP_VarInfo::myVarIndex |
Definition at line 111 of file VOP_Node.h.
| bool VOP_VarInfo::myWritable |
Definition at line 114 of file VOP_Node.h.