#include <operator.hh>
Public Types | |
typedef std::pair< Vector::Index, Vector::Index > | segment_t |
typedef std::vector< segment_t > | segments_t |
Public Types inherited from dynamicgraph::sot::UnaryOpHeader< dg::Vector, dg::Vector > | |
typedef dg::Vector | Tin |
typedef dg::Vector | Tout |
Public Member Functions | |
void | addBounds (const size_type &m, const size_type &M) |
void | addSpecificCommands (Entity &ent, Entity::CommandMap_t &commandMap) |
void | operator() (const Tin &m, Vector &res) const |
void | setBounds (const size_type &m, const size_type &M) |
VectorSelecter () | |
Public Member Functions inherited from dynamicgraph::sot::UnaryOpHeader< dg::Vector, dg::Vector > | |
void | addSpecificCommands (Entity &, Entity::CommandMap_t &) |
std::string | getDocString () const |
Public Attributes | |
segments_t | idxs |
Vector::Index | size |
Additional Inherited Members | |
Static Public Member Functions inherited from dynamicgraph::sot::UnaryOpHeader< dg::Vector, dg::Vector > | |
static std::string | nameTypeIn (void) |
static std::string | nameTypeOut (void) |
Definition at line 64 of file operator.hh.
typedef std::pair<Vector::Index, Vector::Index> dynamicgraph::sot::VectorSelecter::segment_t |
Definition at line 78 of file operator.hh.
typedef std::vector<segment_t> dynamicgraph::sot::VectorSelecter::segments_t |
Definition at line 79 of file operator.hh.
|
inline |
Definition at line 108 of file operator.hh.
|
inline |
Definition at line 87 of file operator.hh.
|
inline |
Definition at line 92 of file operator.hh.
Definition at line 65 of file operator.hh.
|
inline |
Definition at line 83 of file operator.hh.
segments_t dynamicgraph::sot::VectorSelecter::idxs |
Definition at line 80 of file operator.hh.
Vector::Index dynamicgraph::sot::VectorSelecter::size |
Definition at line 81 of file operator.hh.