Class CECompoundBodyVars#
Defined in File CECompoundBody.h
Inheritance Relationships#
Base Type#
public Karana::Dynamics::CompoundBodyVars(Class CompoundBodyVars)
Class Documentation#
-
class CECompoundBodyVars : public Karana::Dynamics::CompoundBodyVars#
The Vars for the CECompoundBody class.
Public Functions
-
CECompoundBodyVars(const kc::ks_ptr<CECompoundBody> &body)#
CECompoundBodyVars constructor. The constructor is not meant to be called directly. Please use the create(…) method instead to create an instance.
- Parameters:
body – The body associated with this CECompoundBodyVars.
-
~CECompoundBodyVars()#
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<CECompoundBodyVars> create(const kc::ks_ptr<CECompoundBody> &body)#
Create an instance of the CECompoundBodyVars.
- Parameters:
body – The body associated with this CECompoundBodyVars.
- Returns:
A pointer to the newly created instance of PhysicalBodyVars.
-
CECompoundBodyVars(const kc::ks_ptr<CECompoundBody> &body)#