|
HDK
|
#include "LOP_API.h"#include "LOP_Error.h"#include "LOP_LayerCheckpoints.h"#include "HUSD/HUSD_Utils.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>
Include dependency graph for LOP_Node.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LOP_LayerReplacementInfo |
| 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 44 of file LOP_Node.h.
Definition at line 134 of file LOP_Node.h.
| enum LOP_ActivationState |
| Enumerator | |
|---|---|
| LOP_ACTIVATION_ABSENT | |
| LOP_ACTIVATION_OFF | |
| LOP_ACTIVATION_ON | |
Definition at line 57 of file LOP_Node.h.
| enum LOP_EditableObject |
| Enumerator | |
|---|---|
| LOP_STAGE | |
| LOP_LAYER | |
| LOP_PREEXISTING | |
Definition at line 46 of file LOP_Node.h.
| Enumerator | |
|---|---|
| LOP_INPUTNAME_VAR_IIDX | |
| LOP_INPUTNAME_MAX_VARIABLES | |
Definition at line 52 of file LOP_Node.h.
| SYS_VISIBILITY_EXPORT void newLopOperator | ( | OP_OperatorTable * | table | ) |