#include <operator.hh>
Public Member Functions | |
void | addSpecificCommands (Entity &ent, Entity::CommandMap_t &commandMap) |
std::string | getDocString () const |
void | operator() (const T &v1, const T &v2, T &res) const |
Public Member Functions inherited from dynamicgraph::sot::BinaryOpHeader< T, T, T > | |
void | addSpecificCommands (Entity &, Entity::CommandMap_t &) |
std::string | getDocString () const |
Public Attributes | |
double | gain1 |
double | gain2 |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::sot::BinaryOpHeader< T, T, T > | |
typedef T | Tin1 |
typedef T | Tin2 |
typedef T | Tout |
Static Public Member Functions inherited from dynamicgraph::sot::BinaryOpHeader< T, T, T > | |
static std::string | nameTypeIn1 (void) |
static std::string | nameTypeIn2 (void) |
static std::string | nameTypeOut (void) |
Definition at line 783 of file operator.hh.
|
inline |
Definition at line 792 of file operator.hh.
|
inline |
Definition at line 811 of file operator.hh.
|
inline |
Definition at line 786 of file operator.hh.
double dynamicgraph::sot::WeightedAdder< T >::gain1 |
Definition at line 785 of file operator.hh.
double dynamicgraph::sot::WeightedAdder< T >::gain2 |
Definition at line 785 of file operator.hh.