#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 size_type &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 size_type &) |
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 908 of file operator.hh.
typedef VariadicOp<AdderVariadic> dynamicgraph::sot::AdderVariadic< T >::Base |
Definition at line 909 of file operator.hh.
|
inline |
Definition at line 914 of file operator.hh.
|
inline |
Definition at line 936 of file operator.hh.
|
inline |
Definition at line 931 of file operator.hh.
|
inline |
Definition at line 915 of file operator.hh.
|
inline |
Definition at line 922 of file operator.hh.
|
inline |
Definition at line 927 of file operator.hh.
Vector dynamicgraph::sot::AdderVariadic< T >::coeffs |
Definition at line 912 of file operator.hh.
Base* dynamicgraph::sot::AdderVariadic< T >::entity |
Definition at line 911 of file operator.hh.