$search
#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 25 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::UniformCostFunction, AISNavigation::PoseGraph< T, I >::PathLengthCostFunction, AISNavigation::PoseGraph< T, I >::CovarianceDetCostFunction, AISNavigation::UniformCostFunction, AISNavigation::PoseGraph< T, I >::PathLengthCostFunction, and AISNavigation::PoseGraph< T, I >::CovarianceDetCostFunction.
virtual double AISNavigation::Dijkstra::CostFunction::operator() | ( | Graph::Edge * | e, | |
Graph::Vertex * | from, | |||
Graph::Vertex * | to | |||
) | [pure virtual] |
Implemented in AISNavigation::UniformCostFunction, AISNavigation::PoseGraph< T, I >::PathLengthCostFunction, AISNavigation::PoseGraph< T, I >::CovarianceDetCostFunction, AISNavigation::UniformCostFunction, AISNavigation::PoseGraph< T, I >::PathLengthCostFunction, and AISNavigation::PoseGraph< T, I >::CovarianceDetCostFunction.