| GRASS Programmer's Manual
    6.5.svn(2014)-r66266
    | 
#include <graph.h>
| Data Fields | |
| dglInt32_t | nFrom | 
| dglInt32_t | nTo | 
| dglInt32_t * | pnEdge | 
| dglInt32_t | nDistance | 
| dglInt32_t _dglSPArc::nDistance | 
Definition at line 216 of file graph.h.
Referenced by Vect_graph_shortest_path(), and Vect_net_shortest_path().
| dglInt32_t _dglSPArc::nFrom | 
Definition at line 213 of file graph.h.
Referenced by Vect_graph_shortest_path(), and Vect_net_shortest_path().
| dglInt32_t _dglSPArc::nTo | 
Definition at line 214 of file graph.h.
Referenced by Vect_graph_shortest_path(), and Vect_net_shortest_path().
| dglInt32_t* _dglSPArc::pnEdge | 
Definition at line 215 of file graph.h.
Referenced by dglFreeSPReport(), Vect_graph_shortest_path(), and Vect_net_shortest_path().