#include <types_seven_dof_expmap.h>
Public Member Functions | |
void | computeError () |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | EdgeSim3ProjectXYZ () |
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 112 of file types_seven_dof_expmap.h.
Sim3ProjectXYZ
Definition at line 133 of file types_seven_dof_expmap.cpp.
void g2o::EdgeSim3ProjectXYZ::computeError | ( | ) | [inline, virtual] |
Implements g2o::OptimizableGraph::Edge.
Definition at line 120 of file types_seven_dof_expmap.h.
bool g2o::EdgeSim3ProjectXYZ::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 138 of file types_seven_dof_expmap.cpp.
bool g2o::EdgeSim3ProjectXYZ::write | ( | std::ostream & | os | ) | const [virtual] |
write the vertex to a stream
Implements g2o::OptimizableGraph::Edge.
Definition at line 155 of file types_seven_dof_expmap.cpp.