#include <posegraph.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 89 of file include/hogman_minimal/graph/posegraph.h.
double AISNavigation::PoseGraph< T, I >::PathLengthCostFunction::operator() | ( | Graph::Edge * | edge, |
Graph::Vertex * | from, | ||
Graph::Vertex * | to | ||
) | [virtual] |
Implements AISNavigation::Dijkstra::CostFunction.
Definition at line 127 of file include/hogman_minimal/graph/posegraph.hpp.
virtual double AISNavigation::PoseGraph< T, I >::PathLengthCostFunction::operator() | ( | Graph::Edge * | edge, |
Graph::Vertex * | from, | ||
Graph::Vertex * | to | ||
) | [virtual] |
Implements AISNavigation::Dijkstra::CostFunction.