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