GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_dglSPReport Struct Reference

#include <graph.h>

Collaboration diagram for _dglSPReport:

Data Fields

dglInt32_t nStartNode
 
dglInt32_t nDestinationNode
 
dglInt32_t nDistance
 
dglInt32_t cArc
 
dglSPArc_spArc
 

Detailed Description

Definition at line 223 of file graph.h.

Field Documentation

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

Definition at line 226 of file graph.h.

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

Definition at line 225 of file graph.h.

dglSPArc_s* _dglSPReport::pArc

Definition at line 229 of file graph.h.

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


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