|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <graph.h>

Data Fields | |
| dglGraph_s * | pGraph |
| dglInt32_t * | pnEdgeset |
| void * | pvCurrentItem |
| int | cEdge |
| int | iEdge |
| int dglEdgesetTraverser_s::cEdge |
Definition at line 236 of file graph.h.
Referenced by DGL_EDGESET_T_FIRST_FUNC(), DGL_EDGESET_T_INITIALIZE_FUNC(), and DGL_EDGESET_T_NEXT_FUNC().
| int dglEdgesetTraverser_s::iEdge |
Definition at line 236 of file graph.h.
Referenced by DGL_EDGESET_T_FIRST_FUNC(), DGL_EDGESET_T_INITIALIZE_FUNC(), and DGL_EDGESET_T_NEXT_FUNC().
| dglGraph_s* dglEdgesetTraverser_s::pGraph |
Definition at line 233 of file graph.h.
Referenced by DGL_EDGESET_T_FIRST_FUNC(), DGL_EDGESET_T_INITIALIZE_FUNC(), DGL_EDGESET_T_NEXT_FUNC(), dglEdgeset_T_First(), and dglEdgeset_T_Next().
| dglInt32_t* dglEdgesetTraverser_s::pnEdgeset |
Definition at line 234 of file graph.h.
Referenced by DGL_EDGESET_T_FIRST_FUNC(), DGL_EDGESET_T_INITIALIZE_FUNC(), and DGL_EDGESET_T_NEXT_FUNC().
| void* dglEdgesetTraverser_s::pvCurrentItem |
Definition at line 235 of file graph.h.
Referenced by DGL_DEL_NODE_FUNC(), DGL_EDGESET_T_FIRST_FUNC(), and DGL_EDGESET_T_NEXT_FUNC().