#include <operator.hh>
Public Member Functions | |
void | addSpecificCommands (Entity &ent, Entity::CommandMap_t &commandMap) |
void | operator() (const Matrix &m, Matrix &res) const |
void | setBoundsCol (const int &m, const int &M) |
void | setBoundsRow (const int &m, const int &M) |
Public Member Functions inherited from dynamicgraph::sot::UnaryOpHeader< dg::Matrix, dg::Matrix > | |
void | addSpecificCommands (Entity &, Entity::CommandMap_t &) |
std::string | getDocString () const |
Public Attributes | |
int | imax |
int | imin |
int | jmax |
int | jmin |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::sot::UnaryOpHeader< dg::Matrix, dg::Matrix > | |
typedef dg::Matrix | Tin |
typedef dg::Matrix | Tout |
Static Public Member Functions inherited from dynamicgraph::sot::UnaryOpHeader< dg::Matrix, dg::Matrix > | |
static std::string | nameTypeIn (void) |
static std::string | nameTypeOut (void) |
Definition at line 141 of file operator.hh.
|
inline |
Definition at line 163 of file operator.hh.
Definition at line 142 of file operator.hh.
|
inline |
Definition at line 158 of file operator.hh.
|
inline |
Definition at line 154 of file operator.hh.
int dynamicgraph::sot::MatrixSelector::imax |
Definition at line 151 of file operator.hh.
int dynamicgraph::sot::MatrixSelector::imin |
Definition at line 151 of file operator.hh.
int dynamicgraph::sot::MatrixSelector::jmax |
Definition at line 152 of file operator.hh.
int dynamicgraph::sot::MatrixSelector::jmin |
Definition at line 152 of file operator.hh.