HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VOP_OperatorInfo.h File Reference
#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_TypeVOP_VopTypeArray
 
typedef UT_Array< VOP_TypeInfoVOP_VopTypeInfoArray
 

Enumerations

enum  VOP_ConnectorFlagType { VOP_CONNECTOR_FLAG_HIDDEN = 0x0001, VOP_CONNECTOR_FLAG_PARMGEN_CHILD = 0x0002 }
 

Typedef Documentation

Definition at line 25 of file VOP_OperatorInfo.h.

Definition at line 27 of file VOP_OperatorInfo.h.

Enumeration Type Documentation

Enumerator
VOP_CONNECTOR_FLAG_HIDDEN 
VOP_CONNECTOR_FLAG_PARMGEN_CHILD 

Definition at line 29 of file VOP_OperatorInfo.h.