GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
dglSPCache_s Struct Reference

#include <graph.h>

Collaboration diagram for dglSPCache_s:

Data Fields

dglInt32_t nStartNode
 
dglHeap_s NodeHeap
 
void * pvVisited
 
void * pvPredist
 

Detailed Description

Definition at line 236 of file graph.h.

Field Documentation

◆ NodeHeap

dglHeap_s dglSPCache_s::NodeHeap

Definition at line 239 of file graph.h.

Referenced by DGL_SP_CACHE_INITIALIZE_FUNC(), and DGL_SP_CACHE_RELEASE_FUNC().

◆ nStartNode

dglInt32_t dglSPCache_s::nStartNode

Definition at line 238 of file graph.h.

Referenced by DGL_SP_CACHE_INITIALIZE_FUNC().

◆ pvPredist

void* dglSPCache_s::pvPredist

Definition at line 241 of file graph.h.

Referenced by DGL_SP_CACHE_INITIALIZE_FUNC(), and DGL_SP_CACHE_RELEASE_FUNC().

◆ pvVisited

void* dglSPCache_s::pvVisited

Definition at line 240 of file graph.h.

Referenced by DGL_SP_CACHE_INITIALIZE_FUNC(), and DGL_SP_CACHE_RELEASE_FUNC().


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