GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <graph.h>
Data Fields | |
dglGraph_s * | pGraph |
dglInt32_t * | pnEdgeset |
void * | pvCurrentItem |
int | cEdge |
int | iEdge |
int dglEdgesetTraverser_s::cEdge |
Definition at line 263 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 263 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 260 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 261 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 262 of file graph.h.
Referenced by DGL_DEL_NODE_FUNC(), DGL_EDGESET_T_FIRST_FUNC(), and DGL_EDGESET_T_NEXT_FUNC().