|
libalmath
2.5.7.1
|
#include <rigidbodysystembuilder.h>
Public Member Functions | |
| NamesChecker (Interface< T > &builder) | |
| void | addLink (Link link) |
| void | addStaticFrame (StaticFrame sframe) |
Public Member Functions inherited from AL::RigidBodySystemBuilder::Decorator< T > | |
| Decorator (Interface< T > &builder) | |
| virtual | ~Decorator () |
| const Config & | config () const |
Public Member Functions inherited from AL::RigidBodySystemBuilder::Interface< T > | |
| virtual | ~Interface () |
| void | add (const std::string &parent_body, const std::string &new_body, const Pose &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 Pose &H_parent_joint, JointType joint_type, const BodyMass &mass) |
| void | add (const std::string &parent_frame, const std::string &new_static_frame, const Pose &H_parent_new, const std::string &new_static_transform) |
| void | add (const std::string &parent_frame, const std::string &new_static_frame, const Pose &H_parent_new) |
Public Attributes | |
| TYPEDEF_Interface_TYPES | |
Public Attributes inherited from AL::RigidBodySystemBuilder::Decorator< T > | |
| TYPEDEF_Interface_TYPES | |
Additional Inherited Members | |
Public Types inherited from AL::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::Pose | Pose |
Protected Attributes inherited from AL::RigidBodySystemBuilder::Decorator< T > | |
| Interface< T > & | _builder |
Definition at line 179 of file rigidbodysystembuilder.h.
|
inline |
Definition at line 183 of file rigidbodysystembuilder.h.
|
inlinevirtual |
Reimplemented from AL::RigidBodySystemBuilder::Decorator< T >.
Definition at line 185 of file rigidbodysystembuilder.h.
|
inlinevirtual |
Reimplemented from AL::RigidBodySystemBuilder::Decorator< T >.
Definition at line 209 of file rigidbodysystembuilder.h.
| AL::RigidBodySystemBuilder::NamesChecker< T >::TYPEDEF_Interface_TYPES |
Definition at line 181 of file rigidbodysystembuilder.h.