HDK
|
#include "DOP_API.h"
#include "DOP_Error.h"
#include <OP/OP_Network.h>
#include <OP/OP_OperatorPair.h>
#include <OP/OP_PreDefRules.h>
#include <SIM/SIM_Utils.h>
Go to the source code of this file.
Classes | |
class | DOP_Node |
This is the base class for all DOP nodes. More... | |
Functions | |
SYS_VISIBILITY_EXPORT void | newDopOperator (OP_OperatorTable *table) |
This declaration allows HDK users to write custom DOP operators. More... | |
anonymous enum |
This enumeration contains all the standard DOP local variables. Any DOPs which create their own variables must start their variable indices at NUM_DOP_VARS. They must also call the DOP_Node::evalVariableValue() in their own override of this function.
Definition at line 44 of file DOP_Node.h.
SYS_VISIBILITY_EXPORT void newDopOperator | ( | OP_OperatorTable * | table | ) |
This declaration allows HDK users to write custom DOP operators.
Definition at line 42 of file DOP_GroupAndApply.C.