#include <operator.hh>
Classes | |
struct | segment_t |
Public Types | |
typedef VariadicOp< VectorMix > | Base |
typedef std::vector< segment_t > | segments_t |
Public Types inherited from dynamicgraph::sot::VariadicOpHeader< Vector, Vector > | |
typedef Vector | Tin |
typedef Vector | Tout |
Public Member Functions | |
void | addSelec (const size_type &sigIdx, const size_type &i, const size_type &s) |
void | initialize (Base *ent, Entity::CommandMap_t &commandMap) |
void | operator() (const std::vector< const Vector * > &vs, Vector &res) const |
Public Member Functions inherited from dynamicgraph::sot::VariadicOpHeader< Vector, Vector > | |
std::string | getDocString () const |
void | initialize (VariadicOp< Op > *, Entity::CommandMap_t &) |
void | updateSignalNumber (const size_type &) |
Public Attributes | |
Base * | entity |
segments_t | idxs |
Additional Inherited Members | |
Static Public Member Functions inherited from dynamicgraph::sot::VariadicOpHeader< Vector, Vector > | |
static std::string | nameTypeIn (void) |
static std::string | nameTypeOut (void) |
Definition at line 858 of file operator.hh.
Definition at line 860 of file operator.hh.
typedef std::vector<segment_t> dynamicgraph::sot::VectorMix::segments_t |
Definition at line 867 of file operator.hh.
|
inline |
Definition at line 881 of file operator.hh.
|
inline |
Definition at line 886 of file operator.hh.
|
inline |
Definition at line 870 of file operator.hh.
Base* dynamicgraph::sot::VectorMix::entity |
Definition at line 868 of file operator.hh.
segments_t dynamicgraph::sot::VectorMix::idxs |
Definition at line 869 of file operator.hh.