#include <dijkstra.h>
Public Member Functions | |
virtual double | operator() (Graph::Edge *e, Graph::Vertex *from, Graph::Vertex *to)=0 |
virtual double | operator() (Graph::Edge *e, Graph::Vertex *from, Graph::Vertex *to)=0 |
Definition at line 28 of file include/hogman_minimal/graph/dijkstra.h.
virtual double AISNavigation::Dijkstra::CostFunction::operator() | ( | Graph::Edge * | e, |
Graph::Vertex * | from, | ||
Graph::Vertex * | to | ||
) | [pure virtual] |
Implemented in AISNavigation::PoseGraph< T, I >::CovarianceDetCostFunction, AISNavigation::PoseGraph< T, I >::CovarianceDetCostFunction, AISNavigation::PoseGraph< T, I >::PathLengthCostFunction, AISNavigation::PoseGraph< T, I >::PathLengthCostFunction, AISNavigation::UniformCostFunction, and AISNavigation::UniformCostFunction.
virtual double AISNavigation::Dijkstra::CostFunction::operator() | ( | Graph::Edge * | e, |
Graph::Vertex * | from, | ||
Graph::Vertex * | to | ||
) | [pure virtual] |
Implemented in AISNavigation::PoseGraph< T, I >::CovarianceDetCostFunction, AISNavigation::PoseGraph< T, I >::CovarianceDetCostFunction, AISNavigation::PoseGraph< T, I >::PathLengthCostFunction, AISNavigation::PoseGraph< T, I >::PathLengthCostFunction, AISNavigation::UniformCostFunction, and AISNavigation::UniformCostFunction.