|
libalmath
2.8.7.4
|
#include <rigidbodysystembuilder.h>
Public Member Functions | |
| Decorator (Interface< T > &builder) | |
| virtual | ~Decorator () |
| const Config & | config () const |
| virtual void | addLink (Link link) |
| virtual void | addStaticFrame (StaticFrame sframe) |
Public Member Functions inherited from AL::Math::RigidBodySystemBuilder::Interface< T > | |
| virtual | ~Interface () |
| 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) |
Public Attributes | |
| TYPEDEF_Interface_TYPES | |
Protected Attributes | |
| Interface< T > & | _builder |
Additional Inherited Members | |
Public Types inherited from AL::Math::RigidBodySystemBuilder::Interface< T > | |
| typedef T | 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 149 of file rigidbodysystembuilder.h.
|
inline |
Definition at line 152 of file rigidbodysystembuilder.h.
|
inlinevirtual |
Definition at line 153 of file rigidbodysystembuilder.h.
|
inlinevirtual |
Implements AL::Math::RigidBodySystemBuilder::Interface< T >.
Reimplemented in AL::Math::RigidBodySystemBuilder::InertiaEraser< T >, and AL::Math::RigidBodySystemBuilder::NamesChecker< T >.
Definition at line 157 of file rigidbodysystembuilder.h.
|
inlinevirtual |
Implements AL::Math::RigidBodySystemBuilder::Interface< T >.
Reimplemented in AL::Math::RigidBodySystemBuilder::NamesChecker< T >.
Definition at line 159 of file rigidbodysystembuilder.h.
|
inlinevirtual |
Implements AL::Math::RigidBodySystemBuilder::Interface< T >.
Definition at line 155 of file rigidbodysystembuilder.h.
|
protected |
Definition at line 164 of file rigidbodysystembuilder.h.
| AL::Math::RigidBodySystemBuilder::Decorator< T >::TYPEDEF_Interface_TYPES |
Definition at line 151 of file rigidbodysystembuilder.h.