#include <edge_se2_pointxy.h>

Public Member Functions | |
| void | computeError () |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | EdgeSE2PointXY () |
| virtual bool | read (std::istream &is) |
| read the vertex from a stream, i.e., the internal state of the vertex | |
| virtual bool | write (std::ostream &os) const |
| write the vertex to a stream | |
Definition at line 28 of file examples/tutorial_slam2d/edge_se2_pointxy.h.
Definition at line 27 of file examples/tutorial_slam2d/edge_se2_pointxy.cpp.
| void g2o::tutorial::EdgeSE2PointXY::computeError | ( | ) | [inline, virtual] |
Implements g2o::OptimizableGraph::Edge.
Definition at line 34 of file examples/tutorial_slam2d/edge_se2_pointxy.h.
| bool g2o::tutorial::EdgeSE2PointXY::read | ( | std::istream & | is | ) | [virtual] |
read the vertex from a stream, i.e., the internal state of the vertex
Implements g2o::OptimizableGraph::Edge.
Definition at line 32 of file examples/tutorial_slam2d/edge_se2_pointxy.cpp.
| bool g2o::tutorial::EdgeSE2PointXY::write | ( | std::ostream & | os | ) | const [virtual] |
write the vertex to a stream
Implements g2o::OptimizableGraph::Edge.
Definition at line 41 of file examples/tutorial_slam2d/edge_se2_pointxy.cpp.