#include <hyper_dijkstra.h>
Public Member Functions | |
virtual double | operator() (HyperGraph::Edge *edge, HyperGraph::Vertex *from, HyperGraph::Vertex *to) |
Definition at line 98 of file hyper_dijkstra.h.
double g2o::UniformCostFunction::operator() | ( | HyperGraph::Edge * | edge, |
HyperGraph::Vertex * | from, | ||
HyperGraph::Vertex * | to | ||
) | [virtual] |
Implements g2o::HyperDijkstra::CostFunction.
Definition at line 237 of file hyper_dijkstra.cpp.