GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <graph.h>
Data Fields | |
dglInt32_t | nStartNode |
dglInt32_t | nDestinationNode |
dglInt32_t | nDistance |
dglInt32_t | cArc |
dglSPArc_s * | pArc |
dglInt32_t _dglSPReport::cArc |
Definition at line 228 of file graph.h.
Referenced by dglFreeSPReport(), Vect_graph_shortest_path(), and Vect_net_shortest_path().
dglInt32_t _dglSPReport::nDestinationNode |
dglInt32_t _dglSPReport::nDistance |
Definition at line 227 of file graph.h.
Referenced by Vect_graph_shortest_path(), and Vect_net_shortest_path().
dglInt32_t _dglSPReport::nStartNode |
dglSPArc_s* _dglSPReport::pArc |
Definition at line 229 of file graph.h.
Referenced by dglFreeSPReport(), Vect_graph_shortest_path(), and Vect_net_shortest_path().