Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
L_Heap.ByReference |
static class |
L_Heap.ByValue |
Modifier and Type | Method and Description |
---|---|
L_Heap |
Leptonica.lheapCreate(int nalloc,
int direction)
Original signature :
L_HEAP* lheapCreate(l_int32, l_int32) native declaration : allheaders.h:1892 |
static L_Heap |
Leptonica1.lheapCreate(int nalloc,
int direction)
Original signature :
L_HEAP* lheapCreate(l_int32, l_int32) native declaration : allheaders.h:1892 |
Modifier and Type | Method and Description |
---|---|
int |
Leptonica.lheapAdd(L_Heap lh,
com.sun.jna.Pointer item)
Original signature :
l_int32 lheapAdd(L_HEAP*, void*) native declaration : allheaders.h:1896 |
static int |
Leptonica1.lheapAdd(L_Heap lh,
com.sun.jna.Pointer item)
Original signature :
l_int32 lheapAdd(L_HEAP*, void*) native declaration : allheaders.h:1896 |
int |
Leptonica.lheapGetCount(L_Heap lh)
Original signature :
l_int32 lheapGetCount(L_HEAP*) native declaration : allheaders.h:1900 |
static int |
Leptonica1.lheapGetCount(L_Heap lh)
Original signature :
l_int32 lheapGetCount(L_HEAP*) native declaration : allheaders.h:1900 |
static int |
Leptonica1.lheapPrint(ILeptonica.FILE fp,
L_Heap lh)
Original signature :
l_int32 lheapPrint(FILE*, L_HEAP*) native declaration : allheaders.h:1910 |
com.sun.jna.Pointer |
Leptonica.lheapRemove(L_Heap lh)
Original signature :
void* lheapRemove(L_HEAP*) native declaration : allheaders.h:1898 |
static com.sun.jna.Pointer |
Leptonica1.lheapRemove(L_Heap lh)
Original signature :
void* lheapRemove(L_HEAP*) native declaration : allheaders.h:1898 |
int |
Leptonica.lheapSort(L_Heap lh)
Original signature :
l_int32 lheapSort(L_HEAP*) native declaration : allheaders.h:1906 |
static int |
Leptonica1.lheapSort(L_Heap lh)
Original signature :
l_int32 lheapSort(L_HEAP*) native declaration : allheaders.h:1906 |
int |
Leptonica.lheapSortStrictOrder(L_Heap lh)
Original signature :
l_int32 lheapSortStrictOrder(L_HEAP*) native declaration : allheaders.h:1908 |
static int |
Leptonica1.lheapSortStrictOrder(L_Heap lh)
Original signature :
l_int32 lheapSortStrictOrder(L_HEAP*) native declaration : allheaders.h:1908 |
int |
Leptonica.lheapSwapDown(L_Heap lh)
Original signature :
l_int32 lheapSwapDown(L_HEAP*) native declaration : allheaders.h:1904 |
static int |
Leptonica1.lheapSwapDown(L_Heap lh)
Original signature :
l_int32 lheapSwapDown(L_HEAP*) native declaration : allheaders.h:1904 |
int |
Leptonica.lheapSwapUp(L_Heap lh,
int index)
Original signature :
l_int32 lheapSwapUp(L_HEAP*, l_int32) native declaration : allheaders.h:1902 |
static int |
Leptonica1.lheapSwapUp(L_Heap lh,
int index)
Original signature :
l_int32 lheapSwapUp(L_HEAP*, l_int32) native declaration : allheaders.h:1902 |