#include <operator.hh>

Public Member Functions | |
| void | operator() (const double &x, const dynamicgraph::Vector &v, dynamicgraph::Vector &res) const |
| void | operator() (const dynamicgraph::sot::MatrixHomogeneous &f, const dynamicgraph::Vector &e, dynamicgraph::Vector &res) const |
| void | operator() (const F &f, const E &e, E &res) const |
Public Member Functions inherited from dynamicgraph::sot::BinaryOpHeader< F, E, E > | |
| void | addSpecificCommands (Entity &, Entity::CommandMap_t &) |
| std::string | getDocString () const |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::sot::BinaryOpHeader< F, E, E > | |
| typedef F | Tin1 |
| typedef E | Tin2 |
| typedef E | Tout |
Static Public Member Functions inherited from dynamicgraph::sot::BinaryOpHeader< F, E, E > | |
| static std::string | nameTypeIn1 (void) |
| static std::string | nameTypeIn2 (void) |
| static std::string | nameTypeOut (void) |
Definition at line 557 of file operator.hh.
|
inline |
Definition at line 570 of file operator.hh.
|
inline |
Definition at line 564 of file operator.hh.
|
inline |
Definition at line 558 of file operator.hh.