#include <vertex_point_xy.h>
Public Member Functions | |
virtual int | estimateDimension () const |
virtual bool | getEstimateData (double *est) const |
virtual bool | getMinimalEstimateData (double *est) const |
virtual int | minimalEstimateDimension () const |
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 bool | setEstimateData (const double *est) |
virtual bool | setMinimalEstimateData (const double *est) |
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 types/slam2d/vertex_point_xy.h.
Definition at line 37 of file types/slam2d/vertex_point_xy.cpp.
virtual int g2o::VertexPointXY::estimateDimension | ( | ) | const [inline, virtual] |
returns the dimension of the extended representation used by get/setEstimate(double*) -1 if it is not supported
Reimplemented from g2o::OptimizableGraph::Vertex.
Definition at line 50 of file types/slam2d/vertex_point_xy.h.
virtual bool g2o::VertexPointXY::getEstimateData | ( | double * | estimate | ) | const [inline, virtual] |
writes the estimater to an array of double
Reimplemented from g2o::OptimizableGraph::Vertex.
Definition at line 44 of file types/slam2d/vertex_point_xy.h.
virtual bool g2o::VertexPointXY::getMinimalEstimateData | ( | double * | estimate | ) | const [inline, virtual] |
writes the estimater to an array of double
Reimplemented from g2o::OptimizableGraph::Vertex.
Definition at line 58 of file types/slam2d/vertex_point_xy.h.
virtual int g2o::VertexPointXY::minimalEstimateDimension | ( | ) | const [inline, virtual] |
returns the dimension of the extended representation used by get/setEstimate(double*) -1 if it is not supported
Reimplemented from g2o::OptimizableGraph::Vertex.
Definition at line 62 of file types/slam2d/vertex_point_xy.h.
virtual void g2o::VertexPointXY::oplus | ( | double * | v | ) | [inline, virtual] |
update the position of the node from the parameters in v
Implements g2o::OptimizableGraph::Vertex.
Definition at line 66 of file types/slam2d/vertex_point_xy.h.
bool g2o::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 43 of file types/slam2d/vertex_point_xy.cpp.
virtual bool g2o::VertexPointXY::setEstimateData | ( | const double * | estimate | ) | [inline, virtual] |
sets the initial estimate from an array of double
Reimplemented from g2o::OptimizableGraph::Vertex.
Definition at line 38 of file types/slam2d/vertex_point_xy.h.
virtual bool g2o::VertexPointXY::setMinimalEstimateData | ( | const double * | estimate | ) | [inline, virtual] |
sets the initial estimate from an array of double
Reimplemented from g2o::OptimizableGraph::Vertex.
Definition at line 54 of file types/slam2d/vertex_point_xy.h.
virtual void g2o::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 types/slam2d/vertex_point_xy.h.
bool g2o::VertexPointXY::write | ( | std::ostream & | os | ) | const [virtual] |
write the vertex to a stream
Implements g2o::OptimizableGraph::Vertex.
Definition at line 49 of file types/slam2d/vertex_point_xy.cpp.