#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, T2, 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, T2, bool > | |
| typedef T1 | Tin1 | 
| typedef T2 | Tin2 | 
| typedef bool | Tout | 
|  Static Public Member Functions inherited from dynamicgraph::sot::BinaryOpHeader< T1, T2, bool > | |
| static std::string | nameTypeIn1 (void) | 
| static std::string | nameTypeIn2 (void) | 
| static std::string | nameTypeOut (void) | 
Definition at line 724 of file operator.hh.
| 
 | inline | 
Definition at line 758 of file operator.hh.
| 
 | inline | 
Definition at line 759 of file operator.hh.
| 
 | inline | 
Definition at line 736 of file operator.hh.
| 
 | inline | 
Definition at line 726 of file operator.hh.
| bool dynamicgraph::sot::MatrixComparison< T1, T2 >::any | 
Definition at line 773 of file operator.hh.
| bool dynamicgraph::sot::MatrixComparison< T1, T2 >::equal | 
Definition at line 773 of file operator.hh.