HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LOP_Node.h File Reference
#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>
+ 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_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)
 

Macro Definition Documentation

#define LOP_DEBUG_FLAG   'D'

Definition at line 41 of file LOP_Node.h.

Typedef Documentation

Definition at line 104 of file LOP_Node.h.

Enumeration Type Documentation

Enumerator
LOP_ACTIVATION_ABSENT 
LOP_ACTIVATION_OFF 
LOP_ACTIVATION_ON 

Definition at line 54 of file LOP_Node.h.

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.

Function Documentation

SYS_VISIBILITY_EXPORT void newLopOperator ( OP_OperatorTable table)
Examples:
LOP/LOP_Sphere.C.