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(int i,
Pointer setter) |
L_HEAP |
L_HEAP.array(PointerPointer setter) |
L_HEAP |
L_HEAP.array(PointerPointer setter) |
L_HEAP |
L_HEAP.direction(int setter) |
L_HEAP |
L_HEAP.direction(int setter) |
L_HEAP |
L_HEAP.getPointer(long i) |
L_HEAP |
L_HEAP.getPointer(long i) |
L_HEAP |
L_HEAP.n(int setter) |
L_HEAP |
L_HEAP.n(int setter) |
L_HEAP |
L_HEAP.nalloc(int setter) |
L_HEAP |
L_HEAP.nalloc(int setter) |
L_HEAP |
L_HEAP.position(long position) |
L_HEAP |
L_HEAP.position(long position) |
Modifier and Type | Method and Description |
---|---|
static L_HEAP |
leptonica.lheapCreate(int n,
int direction) |
static L_HEAP |
leptonica.lheapCreate(int n,
int direction) |
Modifier and Type | Method and Description |
---|---|
static int |
leptonica.lheapAdd(L_HEAP lh,
Pointer item) |
static int |
leptonica.lheapAdd(L_HEAP lh,
Pointer item) |
static void |
leptonica.lheapDestroy(L_HEAP plh,
int freeflag) |
static void |
leptonica.lheapDestroy(L_HEAP plh,
int freeflag) |
static int |
leptonica.lheapGetCount(L_HEAP lh) |
static int |
leptonica.lheapGetCount(L_HEAP lh) |
static Pointer |
leptonica.lheapGetElement(L_HEAP lh,
int index) |
static Pointer |
leptonica.lheapGetElement(L_HEAP lh,
int index) |
static int |
leptonica.lheapPrint(Pointer fp,
L_HEAP lh) |
static int |
leptonica.lheapPrint(Pointer fp,
L_HEAP lh) |
static Pointer |
leptonica.lheapRemove(L_HEAP lh) |
static Pointer |
leptonica.lheapRemove(L_HEAP lh) |
static int |
leptonica.lheapSort(L_HEAP lh) |
static int |
leptonica.lheapSort(L_HEAP lh) |
static int |
leptonica.lheapSortStrictOrder(L_HEAP lh) |
static int |
leptonica.lheapSortStrictOrder(L_HEAP lh) |
Copyright © 2023. All rights reserved.