#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 int &m, const int M) | 
| void | selec2 (const int &m, const int 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 | |
| int | v1max | 
| int | v1min | 
| int | v2max | 
| int | 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 593 of file operator.hh.
| 
 | inline | 
Definition at line 624 of file operator.hh.
| 
 | inline | 
Definition at line 599 of file operator.hh.
| 
 | inline | 
Definition at line 615 of file operator.hh.
| 
 | inline | 
Definition at line 619 of file operator.hh.
| int dynamicgraph::sot::VectorStack::v1max | 
Definition at line 597 of file operator.hh.
| int dynamicgraph::sot::VectorStack::v1min | 
Definition at line 597 of file operator.hh.
| int dynamicgraph::sot::VectorStack::v2max | 
Definition at line 598 of file operator.hh.
| int dynamicgraph::sot::VectorStack::v2min | 
Definition at line 598 of file operator.hh.