#include <operator.hh>
Public Member Functions | |
void | addSpecificCommands (Entity &ent, Entity::CommandMap_t &commandMap) |
std::string | getDocString () const |
MatrixComparison () | |
void | operator() (const T1 &a, const T2 &b, bool &res) const |
Public Member Functions inherited from dynamicgraph::sot::BinaryOpHeader< T1, T1, bool > | |
void | addSpecificCommands (Entity &, Entity::CommandMap_t &) |
std::string | getDocString () const |
Public Attributes | |
bool | any |
bool | equal |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::sot::BinaryOpHeader< T1, T1, bool > | |
typedef T1 | Tin1 |
typedef T1 | Tin2 |
typedef bool | Tout |
Static Public Member Functions inherited from dynamicgraph::sot::BinaryOpHeader< T1, T1, bool > | |
static std::string | nameTypeIn1 (void) |
static std::string | nameTypeIn2 (void) |
static std::string | nameTypeOut (void) |
Definition at line 727 of file operator.hh.
|
inline |
Definition at line 761 of file operator.hh.
|
inline |
Definition at line 762 of file operator.hh.
|
inline |
Definition at line 739 of file operator.hh.
|
inline |
Definition at line 729 of file operator.hh.
bool dynamicgraph::sot::MatrixComparison< T1, T2 >::any |
Definition at line 776 of file operator.hh.
bool dynamicgraph::sot::MatrixComparison< T1, T2 >::equal |
Definition at line 776 of file operator.hh.