#include <DOP_Python.h>

Public Member Functions | |
| bool | isRunning () const |
| const SIM_ObjectArray & | objectsToProcess () const |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *net, const char *name, OP_Operator *entry) |
| static OP_ScriptOperator * | createScriptOperator (const OP_OTLDefinition &) |
Protected Member Functions | |
| DOP_Python (OP_Network *net, const char *name, OP_Operator *entry) | |
| virtual | ~DOP_Python () |
| virtual void | processObjectsSubclass (fpreal time, int for_output_idx, const SIM_ObjectArray &objects, DOP_Engine &engine) |
| This default implementation does not affect incoming objects. | |
Protected Attributes | |
| SIM_ObjectArray | myObjectsToProcess |
| bool | myIsRunning |
Definition at line 28 of file DOP_Python.h.
| DOP_Python::DOP_Python | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [protected] |
| virtual DOP_Python::~DOP_Python | ( | ) | [protected, virtual] |
| static OP_ScriptOperator* DOP_Python::createScriptOperator | ( | const OP_OTLDefinition & | ) | [static] |
| bool DOP_Python::isRunning | ( | ) | const [inline] |
Definition at line 38 of file DOP_Python.h.
| static OP_Node* DOP_Python::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [static] |
| const SIM_ObjectArray& DOP_Python::objectsToProcess | ( | ) | const [inline] |
Definition at line 41 of file DOP_Python.h.
| virtual void DOP_Python::processObjectsSubclass | ( | fpreal | time, | |
| int | foroutputidx, | |||
| const SIM_ObjectArray & | objects, | |||
| DOP_Engine & | engine | |||
| ) | [protected, virtual] |
bool DOP_Python::myIsRunning [protected] |
Definition at line 53 of file DOP_Python.h.
SIM_ObjectArray DOP_Python::myObjectsToProcess [protected] |
Definition at line 52 of file DOP_Python.h.
1.5.9