Leptonica 1.68
C Image Processing Library
|
#include <heap.h>
Data Fields | |
l_int32 | nalloc |
l_int32 | n |
void ** | array |
l_int32 | direction |
Definition at line 65 of file heap.h.
Referenced by lheapAdd(), lheapCreate(), lheapExtendArray(), and lheapPrint().
Definition at line 66 of file heap.h.
Referenced by lheapAdd(), lheapCreate(), lheapDestroy(), lheapGetCount(), lheapPrint(), lheapRemove(), lheapSort(), lheapSortStrictOrder(), lheapSwapDown(), and lheapSwapUp().
void** L_Heap::array |
Definition at line 67 of file heap.h.
Referenced by lheapAdd(), lheapCreate(), lheapDestroy(), lheapExtendArray(), lheapPrint(), lheapRemove(), lheapSwapDown(), and lheapSwapUp().
Definition at line 68 of file heap.h.
Referenced by lheapCreate(), lheapSwapDown(), lheapSwapUp(), and main().