cost for traversing along active edges in the optimizer More...
#include <estimate_propagator.h>
Public Member Functions | |
EstimatePropagatorCost (SparseOptimizer *graph) | |
virtual const char * | name () const |
virtual double | operator() (OptimizableGraph::Edge *edge, const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to_) const |
Protected Attributes | |
SparseOptimizer * | _graph |
cost for traversing along active edges in the optimizer
You may derive an own one, if necessary. The default is to return initialEstimatePossible(from, to) for the edge.
Definition at line 50 of file estimate_propagator.h.
g2o::EstimatePropagatorCost::EstimatePropagatorCost | ( | SparseOptimizer * | graph | ) |
Definition at line 234 of file estimate_propagator.cpp.
|
inlinevirtual |
Reimplemented in g2o::EstimatePropagatorCostOdometry.
Definition at line 54 of file estimate_propagator.h.
|
virtual |
Reimplemented in g2o::EstimatePropagatorCostOdometry.
Definition at line 239 of file estimate_propagator.cpp.
|
protected |
Definition at line 56 of file estimate_propagator.h.