Jafar
|
This structure models the navigation graph edge. More...
This structure models the navigation graph edge.
This is a bundle for BGL graph properties on edges.
Each edge has a double weight value composed by its other parameters thanks to the CostManager.
Definition at line 29 of file NavGEdge.hpp.
#include <NavGEdge.hpp>
Public Member Functions | |
NavGEdge & | operator= (const NavGEdge &rhs) |
Public Attributes | |
double | weight |
The navigation cost of the edge. | |
double | gru |
Goal Reaching Utility GRU on this edge. | |
RasterCellIndex | cluster |
The cluster the edge belongs to. |
The cluster the edge belongs to.
This is useful to track all information about that edge with respect to its situation in the quadtree decomposition this in the geographical data
Definition at line 47 of file NavGEdge.hpp.
double jafar::lgl::NavGEdge::gru |
Goal Reaching Utility GRU on this edge.
To use in a directed graph. Each edge holds the GRU information of the node it is leading to.
Definition at line 39 of file NavGEdge.hpp.
Generated on Wed Oct 15 2014 00:37:41 for Jafar by doxygen 1.7.6.1 |