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