![]() |
NDEVR
API Documentation
|
Abstract cost function for weighting edges during traversal. More...
Public Member Functions | |
| virtual g_type | operator() (HyperGraph::HGEdge *e, HyperGraph::HGVertex *from, HyperGraph::HGVertex *to)=0 |
| Evaluates the cost of traversing an edge between two vertices. | |
Abstract cost function for weighting edges during traversal.
Definition at line 40 of file hyper_dijkstra.h.
|
pure virtual |
Evaluates the cost of traversing an edge between two vertices.
| [in] | e | The edge being traversed. |
| [in] | from | The source vertex. |
| [in] | to | The destination vertex. |
Implemented in UniformCostFunction.