|
HDK
|
#include "VOP_API.h"#include "VOP_Types.h"#include <UT/UT_String.h>#include <UT/UT_StringArray.h>#include <UT/UT_StringHolder.h>#include <UT/UT_Array.h>#include <OP/OP_Operator.h>#include <iosfwd>
Include dependency graph for VOP_OperatorInfo.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | VOP_InOutTagMap |
| Class containing tags for an input or an output. More... | |
| class | VOP_InOutInfo |
| Class containing information about node's input or output connector port. More... | |
| class | VOP_OperatorInfo |
Typedefs | |
| typedef UT_Array< VOP_Type > | VOP_VopTypeArray |
| typedef UT_Array< VOP_TypeInfo > | VOP_VopTypeInfoArray |
Enumerations | |
| enum | VOP_ConnectorFlagType { VOP_CONNECTOR_FLAG_HIDDEN = 0x0001, VOP_CONNECTOR_FLAG_PARMGEN_CHILD = 0x0002 } |
| typedef UT_Array<VOP_Type> VOP_VopTypeArray |
Definition at line 25 of file VOP_OperatorInfo.h.
| typedef UT_Array<VOP_TypeInfo> VOP_VopTypeInfoArray |
Definition at line 27 of file VOP_OperatorInfo.h.
| Enumerator | |
|---|---|
| VOP_CONNECTOR_FLAG_HIDDEN | |
| VOP_CONNECTOR_FLAG_PARMGEN_CHILD | |
Definition at line 29 of file VOP_OperatorInfo.h.