GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_dglSPArc Struct Reference

#include <graph.h>

Data Fields

dglInt32_t nFrom
dglInt32_t nTo
dglInt32_tpnEdge
dglInt32_t nDistance

Detailed Description

Definition at line 211 of file graph.h.

Field Documentation

dglInt32_t _dglSPArc::nDistance

Definition at line 216 of file graph.h.

Referenced by main(), Vect_graph_shortest_path(), and Vect_net_shortest_path().

dglInt32_t _dglSPArc::nFrom

Definition at line 213 of file graph.h.

Referenced by main(), Vect_graph_shortest_path(), and Vect_net_shortest_path().

dglInt32_t _dglSPArc::nTo

Definition at line 214 of file graph.h.

Referenced by main(), Vect_graph_shortest_path(), and Vect_net_shortest_path().

dglInt32_t* _dglSPArc::pnEdge

Definition at line 215 of file graph.h.

Referenced by dglFreeSPReport(), main(), Vect_graph_shortest_path(), and Vect_net_shortest_path().


The documentation for this struct was generated from the following file: