#include <dijkstra.h>
Public Member Functions | |
virtual double | operator() (Graph::Edge *edge, Graph::Vertex *from, Graph::Vertex *to) |
virtual double | operator() (Graph::Edge *edge, Graph::Vertex *from, Graph::Vertex *to) |
Definition at line 86 of file include/hogman_minimal/graph/dijkstra.h.
virtual double AISNavigation::UniformCostFunction::operator() | ( | Graph::Edge * | edge, |
Graph::Vertex * | from, | ||
Graph::Vertex * | to | ||
) | [virtual] |
Implements AISNavigation::Dijkstra::CostFunction.
virtual double AISNavigation::UniformCostFunction::operator() | ( | Graph::Edge * | edge, |
Graph::Vertex * | from, | ||
Graph::Vertex * | to | ||
) | [virtual] |
Implements AISNavigation::Dijkstra::CostFunction.