g2o
|
Applying the action for propagating. More...
#include <estimate_propagator.h>
Public Member Functions | |
virtual void | operator() (OptimizableGraph::Edge *e, const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to) const |
Applying the action for propagating.
You may derive an own one, if necessary. The default is to call initialEstimate(from, to) for the edge.
Definition at line 80 of file estimate_propagator.h.
|
inlinevirtual |
Definition at line 81 of file estimate_propagator.h.
References g2o::OptimizableGraph::Vertex::fixed(), and g2o::OptimizableGraph::Edge::initialEstimate().