#include <graph.h>

Data Fields | |
| dglInt32_t | nStartNode |
| dglHeap_s | NodeHeap |
| void * | pvVisited |
| void * | pvPredist |
Definition at line 233 of file graph.h.
Definition at line 235 of file graph.h.
Referenced by DGL_SP_CACHE_INITIALIZE_FUNC(), and DGL_SP_CACHE_RELEASE_FUNC().
| void* dglSPCache_s::pvVisited |
Definition at line 236 of file graph.h.
Referenced by DGL_SP_CACHE_INITIALIZE_FUNC(), and DGL_SP_CACHE_RELEASE_FUNC().
| void* dglSPCache_s::pvPredist |
Definition at line 237 of file graph.h.
Referenced by DGL_SP_CACHE_INITIALIZE_FUNC(), and DGL_SP_CACHE_RELEASE_FUNC().
1.5.5