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 46 of file estimate_propagator.h.
virtual void g2o::EstimatePropagator::PropagateAction::operator() | ( | OptimizableGraph::Edge * | e, |
const OptimizableGraph::VertexSet & | from, | ||
OptimizableGraph::Vertex * | to | ||
) | const [inline, virtual] |
Definition at line 47 of file estimate_propagator.h.