| Package | Description |
|---|---|
| net.sourceforge.lept4j |
| Modifier and Type | Class and Description |
|---|---|
static class |
L_Queue.ByReference |
static class |
L_Queue.ByValue |
| Modifier and Type | Method and Description |
|---|---|
static L_Queue |
Leptonica1.lqueueCreate(int nalloc)
Original signature :
L_QUEUE* lqueueCreate(l_int32)native declaration : allheaders.h:3762 |
| Modifier and Type | Method and Description |
|---|---|
static int |
Leptonica1.lqueueAdd(L_Queue lq,
com.sun.jna.Pointer item)
Original signature :
l_int32 lqueueAdd(L_QUEUE*, void*)native declaration : allheaders.h:3766 |
static int |
Leptonica1.lqueueGetCount(L_Queue lq)
Original signature :
l_int32 lqueueGetCount(L_QUEUE*)native declaration : allheaders.h:3770 |
static com.sun.jna.Pointer |
Leptonica1.lqueueRemove(L_Queue lq)
Original signature :
void* lqueueRemove(L_QUEUE*)native declaration : allheaders.h:3768 |