roadrunner
2.6.0
Fast simulator for SBML models
|
Saves the 'state' of a Model. More...
#include <rrCompiledModelState.h>
Public Member Functions | |
void | InitializeFromModel (CompiledExecutableModel &model) |
CompiledModelState (CompiledExecutableModel &model) | |
void | AssignToModel (CompiledExecutableModel &model) |
Saves the 'state' of a Model.
TODO: GET RID OF THIS! Give the a proper clone() method if we need modify it! Or at least, write a ModelData clone function!.
This class re-implements ModelData, and copies the values out of and into a ModelData struct.