Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
L_QUEUE |
L_QUEUE.array(int i,
Pointer setter) |
L_QUEUE |
L_QUEUE.array(PointerPointer setter) |
L_QUEUE |
L_QUEUE.getPointer(long i) |
L_QUEUE |
L_QUEUE.nalloc(int setter) |
L_QUEUE |
L_QUEUE.nelem(int setter) |
L_QUEUE |
L_QUEUE.nhead(int setter) |
L_QUEUE |
L_QUEUE.position(long position) |
L_QUEUE |
L_QUEUE.stack(L_STACK setter) |
Modifier and Type | Method and Description |
---|---|
static L_QUEUE |
leptonica.lqueueCreate(int nalloc) |
Modifier and Type | Method and Description |
---|---|
static int |
leptonica.lqueueAdd(L_QUEUE lq,
Pointer item) |
static void |
leptonica.lqueueDestroy(L_QUEUE plq,
int freeflag) |
static int |
leptonica.lqueueGetCount(L_QUEUE lq) |
static int |
leptonica.lqueuePrint(Pointer fp,
L_QUEUE lq) |
static Pointer |
leptonica.lqueueRemove(L_QUEUE lq) |
Copyright © 2024. All rights reserved.