HDK
|
#include <SIM_ObjectSolveInfo.h>
Public Member Functions | |
SIM_ObjectSolveInfo (const SIM_Solver *createdbysolver, const SIM_Object *object) | |
virtual | ~SIM_ObjectSolveInfo () |
const SIM_Solver * | getCreatedBySolver () const |
Static Public Member Functions | |
static void | clearAllSolveInfo (const SIM_Engine *engine) |
This is a simple virtual base class for information that can be stored on a SIM_Object during a solve. This object specific solve info is automatically deleted by the engine at the end of a solve. All objects involved in the solve in any way have this data cleared, so the solver can use this data for objects being solved, feedback object, and one way affector objects.
Definition at line 27 of file SIM_ObjectSolveInfo.h.
SIM_ObjectSolveInfo::SIM_ObjectSolveInfo | ( | const SIM_Solver * | createdbysolver, |
const SIM_Object * | object | ||
) |
|
virtual |
|
static |
const SIM_Solver* SIM_ObjectSolveInfo::getCreatedBySolver | ( | ) | const |