HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_NodeVerb.h File Reference
#include "SOP_API.h"
#include "SOP_Node.h"
#include <OP/OP_Director.h>
#include <PRM/PRM_Parm.h>
#include <UT/UT_Array.h>
#include <UT/UT_Assert.h>
#include <SYS/SYS_Types.h>
#include <initializer_list>
#include <VEX/VEX_PodTypes.h>
+ Include dependency graph for SOP_NodeVerb.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CVEX_ContextT< PREC >
 Call VEX from C++. More...
 
class  SOP_CVEXDataBacking
 
class  SOP_NodeCache
 
class  SOP_NodeParms
 
class  SOP_NodeParms::LoadParms
 
class  SOP_NodeParms::TempIndex
 
class  SOP_NodeVerb
 
class  SOP_NodeVerb::Register< T >
 
class  SOP_NodeVerb::NodeExecuteInfo
 
class  SOP_NodeVerb::ScopeForbiddenNodes
 
class  SOP_NodeVerb::NodeInputs
 
class  SOP_NodeVerb::PreCookedNodeInputs
 
class  SOP_NodeVerb::InputParms
 
class  SOP_NodeVerb::CookParms
 

Typedefs

using CVEX_Context = CVEX_ContextT< VEX_32 >
 

Enumerations

enum  SOP_CookEngine { SOP_COOK_TRADITIONAL, SOP_COOK_COMPILED }
 

Typedef Documentation

using CVEX_Context = CVEX_ContextT<VEX_32>

Definition at line 29 of file SOP_NodeVerb.h.

Enumeration Type Documentation

Enumerator
SOP_COOK_TRADITIONAL 
SOP_COOK_COMPILED 

Definition at line 50 of file SOP_NodeVerb.h.