GRASS 8 Programmer's Manual 8.6.0dev(2026)-56a9afeb9f
Loading...
Searching...
No Matches
dglSPCache_s Struct Reference

#include <graph.h>

Collaboration diagram for dglSPCache_s:

Data Fields

dglInt32_t nStartNode
 
dglHeap_s NodeHeap
 
voidpvVisited
 
voidpvPredist
 

Detailed Description

Definition at line 213 of file graph.h.

Field Documentation

◆ NodeHeap

dglHeap_s dglSPCache_s::NodeHeap

Definition at line 215 of file graph.h.

◆ nStartNode

dglInt32_t dglSPCache_s::nStartNode

Definition at line 214 of file graph.h.

◆ pvPredist

void* dglSPCache_s::pvPredist

Definition at line 217 of file graph.h.

◆ pvVisited

void* dglSPCache_s::pvVisited

Definition at line 216 of file graph.h.


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