#include <edge_se2Switchable.h>
Public Member Functions | |
| void | computeError () |
| EdgeSE2Switchable () | |
| void | linearizeOplus () |
| virtual bool | read (std::istream &is) |
| virtual void | setMeasurement (const g2o::SE2 &m) |
| virtual bool | write (std::ostream &os) const |
Protected Attributes | |
| g2o::SE2 | _inverseMeasurement |
Definition at line 18 of file edge_se2Switchable.h.
Definition at line 19 of file edge_se2Switchable.cpp.
| void EdgeSE2Switchable::computeError | ( | ) |
Definition at line 94 of file edge_se2Switchable.cpp.
| void EdgeSE2Switchable::linearizeOplus | ( | ) |
Definition at line 55 of file edge_se2Switchable.cpp.
| bool EdgeSE2Switchable::read | ( | std::istream & | is | ) | [virtual] |
Definition at line 28 of file edge_se2Switchable.cpp.
| virtual void EdgeSE2Switchable::setMeasurement | ( | const g2o::SE2 & | m | ) | [inline, virtual] |
Definition at line 29 of file edge_se2Switchable.h.
| bool EdgeSE2Switchable::write | ( | std::ostream & | os | ) | const [virtual] |
Definition at line 44 of file edge_se2Switchable.cpp.
g2o::SE2 EdgeSE2Switchable::_inverseMeasurement [protected] |
Definition at line 35 of file edge_se2Switchable.h.