GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <graph.h>
Data Fields | |
dglGraph_s * | pGraph |
void * | pvAVLT |
dglInt32_t * | pnNode |
dglGraph_s* dglNodeTraverser_s::pGraph |
Definition at line 250 of file graph.h.
Referenced by DGL_NODE_T_FIND_FUNC(), DGL_NODE_T_FIRST_FUNC(), DGL_NODE_T_INITIALIZE_FUNC(), DGL_NODE_T_NEXT_FUNC(), dglNode_T_Find(), dglNode_T_First(), dglNode_T_Next(), and dglNode_T_Release().
dglInt32_t* dglNodeTraverser_s::pnNode |
Definition at line 252 of file graph.h.
Referenced by DGL_NODE_T_FIND_FUNC(), DGL_NODE_T_FIRST_FUNC(), DGL_NODE_T_INITIALIZE_FUNC(), DGL_NODE_T_NEXT_FUNC(), and DGL_NODE_T_RELEASE_FUNC().
void* dglNodeTraverser_s::pvAVLT |
Definition at line 251 of file graph.h.
Referenced by DGL_NODE_T_FIND_FUNC(), DGL_NODE_T_FIRST_FUNC(), DGL_NODE_T_INITIALIZE_FUNC(), DGL_NODE_T_NEXT_FUNC(), and DGL_NODE_T_RELEASE_FUNC().