Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
L_HEAP |
L_HEAP.array(int i,
Pointer setter) |
L_HEAP |
L_HEAP.array(PointerPointer setter) |
L_HEAP |
L_HEAP.direction(int setter) |
L_HEAP |
L_HEAP.getPointer(long i) |
L_HEAP |
L_HEAP.n(int setter) |
L_HEAP |
L_HEAP.nalloc(int setter) |
L_HEAP |
L_HEAP.position(long position) |
Modifier and Type | Method and Description |
---|---|
static L_HEAP |
lept.lheapCreate(int n,
int direction) |
Modifier and Type | Method and Description |
---|---|
static int |
lept.lheapAdd(L_HEAP lh,
Pointer item) |
static void |
lept.lheapDestroy(L_HEAP plh,
int freeflag) |
static int |
lept.lheapGetCount(L_HEAP lh) |
static Pointer |
lept.lheapGetElement(L_HEAP lh,
int index) |
static int |
lept.lheapPrint(Pointer fp,
L_HEAP lh) |
static Pointer |
lept.lheapRemove(L_HEAP lh) |
static int |
lept.lheapSort(L_HEAP lh) |
static int |
lept.lheapSortStrictOrder(L_HEAP lh) |
Copyright © 2021. All rights reserved.