4 #include "rrOSSpecifics.h"
14 class CompiledExecutableModel;
31 std::vector<double> mBoundarySpeciesConcentrations;
32 std::vector<double> mCompartmentVolumes;
33 std::vector<double> mConservedTotals;
34 std::vector<double> mDyDt;
35 std::vector<double> mFloatingSpeciesConcentrations;
36 std::vector<double> mGlobalParameters;
37 std::vector<bool> mPreviousEventStatusArray;
38 std::vector<double> mRateRules;
39 std::vector<double> mRates;
40 std::vector<double> mModifiableSpeciesReferences;
41 std::vector<bool> mEventStatusArray;
42 std::vector<double> mEventTests;
Both the CModelGenerator and the CSharpModelGenerator use the same paradigm of producing source code,...
Definition: rrCompiledExecutableModel.h:43
Saves the 'state' of a Model.
Definition: rrCompiledModelState.h:26