HDK
|
#include "LOP_API.h"
#include "LOP_Error.h"
#include "LOP_LayerCheckpoints.h"
#include <OP/OP_Network.h>
#include <HUSD/HUSD_DataHandle.h>
#include <HUSD/HUSD_PathSet.h>
#include <HUSD/HUSD_TimeCode.h>
#include <HUSD/HUSD_Xform.h>
#include <GU/GU_DetailHandle.h>
#include <UT/UT_AttributeEvaluator.h>
#include <UT/UT_Ramp.h>
Go to the source code of this file.
Classes | |
class | LOP_AttributeParmSet |
class | LOP_Node |
class | LOP_Node::DifferingTimeCodesPerSecChecker |
Macros | |
#define | LOP_DEBUG_FLAG 'D' |
Typedefs | |
typedef UT_Array < LOP_AttributeParmSet > | LOP_AttributeParms |
Enumerations | |
enum | LOP_EditableObject { LOP_STAGE, LOP_LAYER, LOP_PREEXISTING } |
enum | LOP_InputNameVariableId { LOP_INPUTNAME_VAR_IIDX, LOP_INPUTNAME_MAX_VARIABLES } |
enum | LOP_ActivationState { LOP_ACTIVATION_ABSENT, LOP_ACTIVATION_OFF, LOP_ACTIVATION_ON } |
Functions | |
SYS_VISIBILITY_EXPORT void | newLopOperator (OP_OperatorTable *table) |
#define LOP_DEBUG_FLAG 'D' |
Definition at line 41 of file LOP_Node.h.
Definition at line 105 of file LOP_Node.h.
enum LOP_ActivationState |
Enumerator | |
---|---|
LOP_ACTIVATION_ABSENT | |
LOP_ACTIVATION_OFF | |
LOP_ACTIVATION_ON |
Definition at line 54 of file LOP_Node.h.
enum LOP_EditableObject |
Enumerator | |
---|---|
LOP_STAGE | |
LOP_LAYER | |
LOP_PREEXISTING |
Definition at line 43 of file LOP_Node.h.
Enumerator | |
---|---|
LOP_INPUTNAME_VAR_IIDX | |
LOP_INPUTNAME_MAX_VARIABLES |
Definition at line 49 of file LOP_Node.h.
SYS_VISIBILITY_EXPORT void newLopOperator | ( | OP_OperatorTable * | table | ) |