#include <hyper_dijkstra.h>
Public Member Functions | |
virtual double | operator() (HyperGraph::Edge *e, HyperGraph::Vertex *from, HyperGraph::Vertex *to)=0 |
Definition at line 28 of file hyper_dijkstra.h.
virtual double g2o::HyperDijkstra::CostFunction::operator() | ( | HyperGraph::Edge * | e, |
HyperGraph::Vertex * | from, | ||
HyperGraph::Vertex * | to | ||
) | [pure virtual] |
Implemented in g2o::UniformCostFunction.