#include <SIM_SolverStatic.h>

Protected Member Functions | |
| SIM_SolverStatic (const SIM_DataFactory *factory) | |
| virtual | ~SIM_SolverStatic () |
| virtual SIM_Result | solveSingleObjectSubclass (SIM_Engine &engine, SIM_Object &object, SIM_ObjectArray &feedbacktoobjects, const SIM_Time ×tep, bool newobject) |
| Our solver function override that does nothing. | |
| virtual bool | isStaticSubclass (const SIM_Object *) const |
| Hint to other solvers that we do nothing. | |
Definition at line 23 of file SIM_SolverStatic.h.
| SIM_SolverStatic::SIM_SolverStatic | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual SIM_SolverStatic::~SIM_SolverStatic | ( | ) | [protected, virtual] |
| virtual bool SIM_SolverStatic::isStaticSubclass | ( | const SIM_Object * | ) | const [inline, protected, virtual] |
Hint to other solvers that we do nothing.
Reimplemented from SIM_Solver.
Definition at line 37 of file SIM_SolverStatic.h.
| virtual SIM_Result SIM_SolverStatic::solveSingleObjectSubclass | ( | SIM_Engine & | engine, | |
| SIM_Object & | object, | |||
| SIM_ObjectArray & | feedbacktoobjects, | |||
| const SIM_Time & | timestep, | |||
| bool | newobject | |||
| ) | [protected, virtual] |
1.5.9