GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#include <heap.h>
Data Fields | |
long | key |
dglHeapData_u | value |
unsigned char | flags |
unsigned char _dglHeapNode::flags |
Definition at line 37 of file heap.h.
Referenced by DGL_SPAN_MINIMUM_SPANNING_FUNC().
long _dglHeapNode::key |
Definition at line 35 of file heap.h.
Referenced by dglHeapExtractMax(), and dglHeapExtractMin().
dglHeapData_u _dglHeapNode::value |
Definition at line 36 of file heap.h.
Referenced by DGL_SPAN_MINIMUM_SPANNING_FUNC().