GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#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().