GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-f13a4924e1
_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 202 of file graph.h.

Field Documentation

◆ cArc

dglInt32_t _dglSPReport::cArc

Definition at line 206 of file graph.h.

Referenced by dglFreeSPReport().

◆ nDestinationNode

dglInt32_t _dglSPReport::nDestinationNode

Definition at line 204 of file graph.h.

◆ nDistance

dglInt32_t _dglSPReport::nDistance

Definition at line 205 of file graph.h.

◆ nStartNode

dglInt32_t _dglSPReport::nStartNode

Definition at line 203 of file graph.h.

◆ pArc

dglSPArc_s* _dglSPReport::pArc

Definition at line 207 of file graph.h.

Referenced by dglFreeSPReport().


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