#include <operator.hh>
Public Types | |
typedef VariadicOp< AdderVariadic > | Base |
Public Types inherited from dynamicgraph::sot::VariadicOpHeader< T, T > | |
typedef T | Tin |
typedef T | Tout |
Public Member Functions | |
AdderVariadic () | |
std::string | getDocString () const |
void | initialize (Base *ent, Entity::CommandMap_t &) |
void | operator() (const std::vector< const T *> &vs, T &res) const |
void | setCoeffs (const Vector &c) |
void | updateSignalNumber (const int &n) |
Public Member Functions inherited from dynamicgraph::sot::VariadicOpHeader< T, T > | |
std::string | getDocString () const |
void | initialize (VariadicOp< Op > *, Entity::CommandMap_t &) |
void | updateSignalNumber (const int &) |
Public Attributes | |
Vector | coeffs |
Base * | entity |
Additional Inherited Members | |
Static Public Member Functions inherited from dynamicgraph::sot::VariadicOpHeader< T, T > | |
static std::string | nameTypeIn (void) |
static std::string | nameTypeOut (void) |
Definition at line 902 of file operator.hh.
typedef VariadicOp<AdderVariadic> dynamicgraph::sot::AdderVariadic< T >::Base |
Definition at line 903 of file operator.hh.
|
inline |
Definition at line 908 of file operator.hh.
|
inline |
Definition at line 928 of file operator.hh.
|
inline |
Definition at line 923 of file operator.hh.
|
inline |
Definition at line 909 of file operator.hh.
|
inline |
Definition at line 916 of file operator.hh.
|
inline |
Definition at line 921 of file operator.hh.
Vector dynamicgraph::sot::AdderVariadic< T >::coeffs |
Definition at line 906 of file operator.hh.
Base* dynamicgraph::sot::AdderVariadic< T >::entity |
Definition at line 905 of file operator.hh.