| 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.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 |
lept.lqueueCreate(int nalloc) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.lqueueAdd(L_QUEUE lq,
Pointer item) |
static void |
lept.lqueueDestroy(L_QUEUE plq,
int freeflag) |
static int |
lept.lqueueGetCount(L_QUEUE lq) |
static int |
lept.lqueuePrint(Pointer fp,
L_QUEUE lq) |
static Pointer |
lept.lqueueRemove(L_QUEUE lq) |
Copyright © 2019. All rights reserved.