-
Methods in net.sourceforge.lept4j that return L_Heap
Modifier and Type |
Method |
Description |
L_Heap |
Leptonica.lheapCreate(int n,
int direction) |
Original signature : L_HEAP* lheapCreate(l_int32, l_int32)
|
static L_Heap |
Leptonica1.lheapCreate(int n,
int direction) |
Original signature :
L_HEAP* lheapCreate(l_int32, l_int32)
|
Methods in net.sourceforge.lept4j with parameters of type L_Heap
Modifier and Type |
Method |
Description |
int |
Leptonica.lheapAdd(L_Heap lh,
com.sun.jna.Pointer item) |
Original signature : l_ok lheapAdd(L_HEAP*, void*)
|
static int |
Leptonica1.lheapAdd(L_Heap lh,
com.sun.jna.Pointer item) |
Original signature :
l_ok lheapAdd(L_HEAP*, void*)
|
int |
Leptonica.lheapGetCount(L_Heap lh) |
Original signature : l_int32 lheapGetCount(L_HEAP*)
|
static int |
Leptonica1.lheapGetCount(L_Heap lh) |
Original signature :
l_int32 lheapGetCount(L_HEAP*)
|
com.sun.jna.Pointer |
Leptonica.lheapGetElement(L_Heap lh,
int index) |
Original signature : void* lheapGetElement(L_HEAP*, l_int32)
|
static com.sun.jna.Pointer |
Leptonica1.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*)
|
com.sun.jna.Pointer |
Leptonica.lheapRemove(L_Heap lh) |
Original signature : void* lheapRemove(L_HEAP*)
|
static com.sun.jna.Pointer |
Leptonica1.lheapRemove(L_Heap lh) |
Original signature :
void* lheapRemove(L_HEAP*)
|
int |
Leptonica.lheapSort(L_Heap lh) |
Original signature : l_ok lheapSort(L_HEAP*)
|
static int |
Leptonica1.lheapSort(L_Heap lh) |
Original signature :
l_ok lheapSort(L_HEAP*)
|
int |
Leptonica.lheapSortStrictOrder(L_Heap lh) |
Original signature : l_ok lheapSortStrictOrder(L_HEAP*)
|
static int |
Leptonica1.lheapSortStrictOrder(L_Heap lh) |
Original signature :
l_ok lheapSortStrictOrder(L_HEAP*)
|