GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#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().
dglInt32_t _dglSPReport::nDestinationNode |
dglInt32_t _dglSPReport::nDistance |
dglInt32_t _dglSPReport::nStartNode |
dglSPArc_s* _dglSPReport::pArc |
Definition at line 229 of file graph.h.
Referenced by dglFreeSPReport().