|
libalmath
2.8.7.4
|
#include <rigidbodysystembuilder.h>
Public Member Functions | |
| Adapter (Interface< TB > &builder) | |
| virtual | ~Adapter () |
| const Config & | config () const |
| virtual void | addLink (LinkData< TD > link) |
| virtual void | addStaticFrame (StaticFrameData< TD > sframe) |
Public Member Functions inherited from AL::Math::RigidBodySystemBuilder::Interface< TD > | |
| virtual | ~Interface () |
| virtual void | addLink (Link link)=0 |
| virtual void | addStaticFrame (StaticFrame sframe)=0 |
| void | add (const std::string &parent_body, const std::string &new_body, const AffineCompact3 &H_parent_joint, JointType joint_type, const BodyMass &mass, const std::string &new_joint) |
| void | add (const std::string &parent_body, const std::string &new_body, const AffineCompact3 &H_parent_joint, JointType joint_type, const BodyMass &mass) |
| void | add (const std::string &parent_frame, const std::string &new_static_frame, const AffineCompact3 &H_parent_new, const std::string &new_static_transform) |
| void | add (const std::string &parent_frame, const std::string &new_static_frame, const AffineCompact3 &H_parent_new) |
Protected Attributes | |
| Interface< TB > & | _builder |
Additional Inherited Members | |
Public Types inherited from AL::Math::RigidBodySystemBuilder::Interface< TD > | |
| typedef TD | Scalar |
| typedef LinkData< Scalar > | Link |
| typedef Link::BodyMass | BodyMass |
| typedef BodyMass::Vector3 | Vector3 |
| typedef BodyMass::Matrix3 | Matrix3 |
| typedef StaticFrameData< Scalar > | StaticFrame |
| typedef StaticFrame::AffineCompact3 | AffineCompact3 |
Definition at line 168 of file rigidbodysystembuilder.h.
|
inline |
Definition at line 170 of file rigidbodysystembuilder.h.
|
inlinevirtual |
Definition at line 171 of file rigidbodysystembuilder.h.
|
inlinevirtual |
Definition at line 175 of file rigidbodysystembuilder.h.
|
inlinevirtual |
Definition at line 179 of file rigidbodysystembuilder.h.
|
inlinevirtual |
Implements AL::Math::RigidBodySystemBuilder::Interface< TD >.
Definition at line 173 of file rigidbodysystembuilder.h.
|
protected |
Definition at line 184 of file rigidbodysystembuilder.h.