| GRASS GIS 7 Programmer's Manual
    7.9.dev(2021)-e5379bbd7
    | 
#include <tree.h>
| Data Fields | |
| dglInt32_t | nKey | 
| dglInt32_t | nFrom | 
| dglInt32_t | nDistance | 
| dglInt32_t | nCost | 
| dglInt32_t * | pnEdge | 
| dglByte_t | bFlags | 
| dglInt32_t _dglTreePredist::nCost | 
| dglInt32_t _dglTreePredist::nDistance | 
| dglInt32_t _dglTreePredist::nFrom | 
| dglInt32_t _dglTreePredist::nKey | 
Definition at line 126 of file tree.h.
Referenced by dglTreePredistAdd().
| dglInt32_t* _dglTreePredist::pnEdge |