HDK
|
#include "OP_API.h"
#include <OP/OP_Context.h>
#include <PRM/PRM_Parm.h>
#include <UT/UT_Assert.h>
#include <UT/UT_Error.h>
#include <UT/UT_ErrorManager.h>
#include <UT/UT_Matrix2.h>
#include <UT/UT_Matrix3.h>
#include <UT/UT_Matrix4.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_Vector2.h>
#include <UT/UT_Vector3.h>
#include <UT/UT_Vector4.h>
#include <UT/UT_Ramp.h>
#include <SYS/SYS_Math.h>
#include <SYS/SYS_Types.h>
#include <initializer_list>
Go to the source code of this file.
Classes | |
class | OP_NodeCache |
class | OP_NodeParms |
class | OP_NodeParms::LoadParms |
class | OP_NodeParms::TempIndex |
Enumerations | |
enum | OP_CookEngine { OP_COOK_TRADITIONAL, OP_COOK_COMPILED } |
enum OP_CookEngine |
Enumerator | |
---|---|
OP_COOK_TRADITIONAL | |
OP_COOK_COMPILED |
Definition at line 42 of file OP_NodeParms.h.