GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#include <tree.h>
Data Fields | |
dglInt32_t | nKey |
void * | pv |
dglInt32_t _dglTreeEdge::nKey |
Definition at line 90 of file tree.h.
Referenced by 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 91 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().