Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
L_PTRAA |
L_PTRAA.getPointer(long i) |
L_PTRAA |
L_PTRAA.nalloc(int setter) |
L_PTRAA |
L_PTRAA.position(long position) |
L_PTRAA |
L_PTRAA.ptra(int i,
L_PTRA setter) |
L_PTRAA |
L_PTRAA.ptra(PointerPointer setter) |
Modifier and Type | Method and Description |
---|---|
static L_PTRAA |
leptonica.ptraaCreate(int n) |
Modifier and Type | Method and Description |
---|---|
static void |
leptonica.ptraaDestroy(L_PTRAA ppaa,
int freeflag,
int warnflag) |
static L_PTRA |
leptonica.ptraaFlattenToPtra(L_PTRAA paa) |
static L_PTRA |
leptonica.ptraaGetPtra(L_PTRAA paa,
int index,
int accessflag) |
static int |
leptonica.ptraaGetSize(L_PTRAA paa,
int[] psize) |
static int |
leptonica.ptraaGetSize(L_PTRAA paa,
IntBuffer psize) |
static int |
leptonica.ptraaGetSize(L_PTRAA paa,
IntPointer psize) |
static int |
leptonica.ptraaInsertPtra(L_PTRAA paa,
int index,
L_PTRA pa) |
Copyright © 2024. All rights reserved.