#include <operator.hh>
Public Member Functions | |
void | addSpecificCommands (Entity &ent, Entity::CommandMap_t &commandMap) |
void | operator() (const dynamicgraph::Vector &v1, const dynamicgraph::Vector &v2, dynamicgraph::Vector &res) const |
void | selec1 (const size_type &m, const size_type M) |
void | selec2 (const size_type &m, const size_type M) |
Public Member Functions inherited from dynamicgraph::sot::BinaryOpHeader< dynamicgraph::Vector, dynamicgraph::Vector, dynamicgraph::Vector > | |
void | addSpecificCommands (Entity &, Entity::CommandMap_t &) |
std::string | getDocString () const |
Public Attributes | |
size_type | v1max |
size_type | v1min |
size_type | v2max |
size_type | v2min |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::sot::BinaryOpHeader< dynamicgraph::Vector, dynamicgraph::Vector, dynamicgraph::Vector > | |
typedef dynamicgraph::Vector | Tin1 |
typedef dynamicgraph::Vector | Tin2 |
typedef dynamicgraph::Vector | Tout |
Static Public Member Functions inherited from dynamicgraph::sot::BinaryOpHeader< dynamicgraph::Vector, dynamicgraph::Vector, dynamicgraph::Vector > | |
static std::string | nameTypeIn1 (void) |
static std::string | nameTypeIn2 (void) |
static std::string | nameTypeOut (void) |
Definition at line 596 of file operator.hh.
|
inline |
Definition at line 627 of file operator.hh.
|
inline |
Definition at line 602 of file operator.hh.
Definition at line 618 of file operator.hh.
Definition at line 622 of file operator.hh.
size_type dynamicgraph::sot::VectorStack::v1max |
Definition at line 600 of file operator.hh.
size_type dynamicgraph::sot::VectorStack::v1min |
Definition at line 600 of file operator.hh.
size_type dynamicgraph::sot::VectorStack::v2max |
Definition at line 601 of file operator.hh.
size_type dynamicgraph::sot::VectorStack::v2min |
Definition at line 601 of file operator.hh.