| GRASS Programmer's Manual
    6.5.svn(2014)-r66266
    | 
#include <heap.h>

| Data Fields | |
| long | index | 
| long | count | 
| long | block | 
| dglHeapNode_s * | pnode | 
| long _dglHeap::block | 
Definition at line 49 of file heap.h.
Referenced by dglHeapInit(), dglHeapInsertMax(), and dglHeapInsertMin().
| long _dglHeap::count | 
Definition at line 48 of file heap.h.
Referenced by dglHeapInit(), dglHeapInsertMax(), and dglHeapInsertMin().
| long _dglHeap::index | 
Definition at line 47 of file heap.h.
Referenced by dglHeapExtractMax(), dglHeapExtractMin(), dglHeapFree(), dglHeapInit(), dglHeapInsertMax(), and dglHeapInsertMin().
| dglHeapNode_s* _dglHeap::pnode | 
Definition at line 50 of file heap.h.
Referenced by dglHeapExtractMax(), dglHeapExtractMin(), dglHeapFree(), dglHeapInit(), dglHeapInsertMax(), and dglHeapInsertMin().