#include <vertex_point_xy.h>
Public Member Functions | |
virtual void | oplus (double *update) |
update the position of the node from the parameters in v | |
virtual bool | read (std::istream &is) |
read the vertex from a stream, i.e., the internal state of the vertex | |
virtual void | setToOrigin () |
sets the node to the origin (used in the multilevel stuff) | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | VertexPointXY () |
virtual bool | write (std::ostream &os) const |
write the vertex to a stream |
Definition at line 28 of file examples/tutorial_slam2d/vertex_point_xy.h.
Definition at line 28 of file examples/tutorial_slam2d/vertex_point_xy.cpp.
virtual void g2o::tutorial::VertexPointXY::oplus | ( | double * | v | ) | [inline, virtual] |
update the position of the node from the parameters in v
Implements g2o::OptimizableGraph::Vertex.
Definition at line 38 of file examples/tutorial_slam2d/vertex_point_xy.h.
bool g2o::tutorial::VertexPointXY::read | ( | std::istream & | is | ) | [virtual] |
read the vertex from a stream, i.e., the internal state of the vertex
Implements g2o::OptimizableGraph::Vertex.
Definition at line 34 of file examples/tutorial_slam2d/vertex_point_xy.cpp.
virtual void g2o::tutorial::VertexPointXY::setToOrigin | ( | ) | [inline, virtual] |
sets the node to the origin (used in the multilevel stuff)
Implements g2o::OptimizableGraph::Vertex.
Definition at line 34 of file examples/tutorial_slam2d/vertex_point_xy.h.
bool g2o::tutorial::VertexPointXY::write | ( | std::ostream & | os | ) | const [virtual] |
write the vertex to a stream
Implements g2o::OptimizableGraph::Vertex.
Definition at line 40 of file examples/tutorial_slam2d/vertex_point_xy.cpp.