#include <sot/core/vector-to-rotation.hh>
Public Member Functions | |
| VectorToRotation (const std::string &name) | |
| virtual | ~VectorToRotation (void) |
| MatrixRotation & | computeRotation (const ml::Vector &angles, MatrixRotation &res) |
| virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
Public Attributes | |
| dg::SignalPtr< ml::Vector, int > | SIN |
| dg::SignalTimeDependent < MatrixRotation, int > | SOUT |
| dynamicgraph::sot::VectorToRotation::VectorToRotation | ( | const std::string & | name | ) |
| virtual dynamicgraph::sot::VectorToRotation::~VectorToRotation | ( | void | ) | [inline, virtual] |
| virtual void dynamicgraph::sot::VectorToRotation::commandLine | ( | const std::string & | cmdLine, |
| std::istringstream & | cmdArgs, | ||
| std::ostream & | os | ||
| ) | [virtual] |
Reimplemented from dynamicgraph::Entity.
| MatrixRotation& dynamicgraph::sot::VectorToRotation::computeRotation | ( | const ml::Vector & | angles, |
| MatrixRotation & | res | ||
| ) |