#include <kdl/frames.hpp>
#include <rtt/PropertyBag.hpp>
Go to the source code of this file.
|
| bool | RTT::composeProperty (const PropertyBag &bag, Vector &v) |
| |
| bool | RTT::composeProperty (const PropertyBag &bag, Rotation &r) |
| |
| bool | RTT::composeProperty (const PropertyBag &bag, Twist &t) |
| |
| bool | RTT::composeProperty (const PropertyBag &bag, Wrench &w) |
| |
| bool | RTT::composeProperty (const PropertyBag &f_bag, KDL::Frame &f) |
| |
| void | RTT::decomposeProperty (const Vector &v, PropertyBag &targetbag) |
| |
| void | RTT::decomposeProperty (const Rotation &b, PropertyBag &targetbag) |
| |
| void | RTT::decomposeProperty (const Twist &t, PropertyBag &targetbag) |
| |
| void | RTT::decomposeProperty (const Wrench &b, PropertyBag &targetbag) |
| |
| void | RTT::decomposeProperty (const KDL::Frame &f, PropertyBag &targetbag) |
| |