#include <DOP_SolverPython.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 DOP_ScriptOperator * | createScriptOperator (const OP_OTLDefinition &) |
Protected Member Functions | |
| DOP_SolverPython (OP_Network *net, const char *name, OP_Operator *entry) | |
| virtual | ~DOP_SolverPython () |
| virtual void | processObjectsSubclass (fpreal time, int for_output_idx, const SIM_ObjectArray &objects, DOP_Engine &engine) |
| This default implementation does not affect incoming objects. | |
| virtual void | doApplyOutputDataSubclass (fpreal time, int outputidx, SIM_RootData &rootdata, const char *parentdataname, DOP_Engine &engine, UT_StringArray *datanames, bool active) |
Definition at line 28 of file DOP_SolverPython.h.
| DOP_SolverPython::DOP_SolverPython | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [protected] |
| virtual DOP_SolverPython::~DOP_SolverPython | ( | ) | [protected, virtual] |
| static DOP_ScriptOperator* DOP_SolverPython::createScriptOperator | ( | const OP_OTLDefinition & | ) | [static] |
| virtual void DOP_SolverPython::doApplyOutputDataSubclass | ( | fpreal | time, | |
| int | outputidx, | |||
| SIM_RootData & | rootdata, | |||
| const char * | parentdataname, | |||
| DOP_Engine & | engine, | |||
| UT_StringArray * | datanames, | |||
| bool | active | |||
| ) | [protected, virtual] |
Implements the doApplyOutputData functionality. Making this function virtual allows it to be overridden (by DOP_FileData, for example).
Reimplemented from DOP_Auto.
| bool DOP_SolverPython::isRunning | ( | ) | const [inline] |
Definition at line 38 of file DOP_SolverPython.h.
| static OP_Node* DOP_SolverPython::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [static] |
Reimplemented from DOP_AutoSolver.
| const SIM_ObjectArray& DOP_SolverPython::objectsToProcess | ( | ) | const [inline] |
Definition at line 41 of file DOP_SolverPython.h.
| virtual void DOP_SolverPython::processObjectsSubclass | ( | fpreal | time, | |
| int | foroutputidx, | |||
| const SIM_ObjectArray & | objects, | |||
| DOP_Engine & | engine | |||
| ) | [protected, virtual] |
1.5.9