![]() |
Leptonica 1.68
C Image Processing Library
|
Tests the heap utility. More...
#include "allheaders.h"Go to the source code of this file.
Data Structures | |
| struct | HeapElement |
Typedefs | |
| typedef struct HeapElement | HEAPEL |
Functions | |
| main (int argc, char **argv) | |
Variables | |
| static const l_int32 | NELEM = 50 |
Tests the heap utility.
Definition in file heap_reg.c.
| typedef struct HeapElement HEAPEL |
Definition at line 29 of file heap_reg.c.
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 34 of file heap_reg.c.
References L_Heap::direction, HeapElement::distance, ERROR_INT, L_SORT_DECREASING, L_SORT_INCREASING, lept_calloc(), lept_free(), lheapAdd(), lheapCreate(), lheapDestroy(), lheapGetCount(), lheapPrint(), lheapRemove(), lheapSort(), lheapSortStrictOrder(), NELEM, numaAddNumber(), numaCreate(), numaDestroy(), and numaGetFValue().
Definition at line 31 of file heap_reg.c.
Referenced by main().