GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <tree.h>
Data Fields | |
dglInt32_t | nKey |
void * | pv |
dglInt32_t _dglTreeEdge::nKey |
Definition at line 97 of file tree.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_DEL_EDGE_FUNC(), DGL_EDGESET_T_FIRST_FUNC(), DGL_EDGESET_T_NEXT_FUNC(), DGL_GET_EDGE_FUNC(), and dglTreeEdgeAdd().
void* _dglTreeEdge::pv |
Definition at line 98 of file tree.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_DEL_EDGE_FUNC(), DGL_EDGE_T_FIRST_FUNC(), DGL_EDGE_T_NEXT_FUNC(), DGL_EDGESET_T_FIRST_FUNC(), DGL_EDGESET_T_NEXT_FUNC(), DGL_FLATTEN_FUNC(), and DGL_GET_EDGE_FUNC().