Class ModelManagerVars#
Defined in File StatePropagator.h
Inheritance Relationships#
Base Type#
public Karana::Core::LockingBaseVars(Class LockingBaseVars)
Derived Type#
public Karana::Dynamics::StatePropagatorVars(Class StatePropagatorVars)
Class Documentation#
-
class ModelManagerVars : public Karana::Core::LockingBaseVars#
The Vars for the ModelManager class.
Subclassed by Karana::Dynamics::StatePropagatorVars
Public Functions
-
ModelManagerVars(const kc::ks_ptr<const ModelManager> &mm)#
ModelManagerVars constructor. The constructor is not meant to be called directly. Please use the create(…) method instead to create an instance.
- Parameters:
mm – The model manager associated with this ModelManagerVars.
-
~ModelManagerVars()#
Destructor.
-
virtual kc::NestedVars getAllVars() const override#
Get all the Vars that this VarHolder has.
- Returns:
A map of Vars, where the Var name is the key and the Var is the value.
Public Members
Public Static Functions
-
static kc::ks_ptr<ModelManagerVars> create(const kc::ks_ptr<const ModelManager> &mm)#
Create an instance of the ModelManagerVars.
- Parameters:
mm – The model manager associated with this ModelManagerVars.
- Returns:
A pointer to the newly created instance of ModelManagerVars.
-
ModelManagerVars(const kc::ks_ptr<const ModelManager> &mm)#