| 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 |
|---|---|
static L_Heap |
Leptonica1.lheapCreate(int n,
int direction)
Original signature :
L_HEAP* lheapCreate(l_int32, l_int32) |
L_Heap |
Leptonica.lheapCreate(int n,
int direction)
Original signature :
L_HEAP* lheapCreate(l_int32, l_int32) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Leptonica1.lheapAdd(L_Heap lh,
com.sun.jna.Pointer item)
Original signature :
l_ok lheapAdd(L_HEAP*, void*) |
int |
Leptonica.lheapAdd(L_Heap lh,
com.sun.jna.Pointer item)
Original signature :
l_ok lheapAdd(L_HEAP*, void*) |
static int |
Leptonica1.lheapGetCount(L_Heap lh)
Original signature :
l_int32 lheapGetCount(L_HEAP*) |
int |
Leptonica.lheapGetCount(L_Heap lh)
Original signature :
l_int32 lheapGetCount(L_HEAP*) |
static com.sun.jna.Pointer |
Leptonica1.lheapGetElement(L_Heap lh,
int index)
Original signature :
void* lheapGetElement(L_HEAP*, l_int32) |
com.sun.jna.Pointer |
Leptonica.lheapGetElement(L_Heap lh,
int index)
Original signature :
void* lheapGetElement(L_HEAP*, l_int32) |
static int |
Leptonica1.lheapPrint(ILeptonica.FILE fp,
L_Heap lh)
Original signature :
l_ok lheapPrint(FILE*, L_HEAP*) |
static com.sun.jna.Pointer |
Leptonica1.lheapRemove(L_Heap lh)
Original signature :
void* lheapRemove(L_HEAP*) |
com.sun.jna.Pointer |
Leptonica.lheapRemove(L_Heap lh)
Original signature :
void* lheapRemove(L_HEAP*) |
static int |
Leptonica1.lheapSort(L_Heap lh)
Original signature :
l_ok lheapSort(L_HEAP*) |
int |
Leptonica.lheapSort(L_Heap lh)
Original signature :
l_ok lheapSort(L_HEAP*) |
static int |
Leptonica1.lheapSortStrictOrder(L_Heap lh)
Original signature :
l_ok lheapSortStrictOrder(L_HEAP*) |
int |
Leptonica.lheapSortStrictOrder(L_Heap lh)
Original signature :
l_ok lheapSortStrictOrder(L_HEAP*) |
Copyright © 2024. All rights reserved.