GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#include <graph.h>
Data Fields | |
dglInt32_t | nStartNode |
dglHeap_s | NodeHeap |
void * | pvVisited |
void * | pvPredist |
dglHeap_s dglSPCache_s::NodeHeap |
Definition at line 215 of file graph.h.
Referenced by DGL_SP_CACHE_INITIALIZE_FUNC(), and DGL_SP_CACHE_RELEASE_FUNC().
dglInt32_t dglSPCache_s::nStartNode |
Definition at line 214 of file graph.h.
Referenced by DGL_SP_CACHE_INITIALIZE_FUNC().
void* dglSPCache_s::pvPredist |
Definition at line 217 of file graph.h.
Referenced by DGL_SP_CACHE_INITIALIZE_FUNC(), and DGL_SP_CACHE_RELEASE_FUNC().
void* dglSPCache_s::pvVisited |
Definition at line 216 of file graph.h.
Referenced by DGL_SP_CACHE_INITIALIZE_FUNC(), and DGL_SP_CACHE_RELEASE_FUNC().