Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
DoubleLinkedList.ByReference |
static class |
DoubleLinkedList.ByValue |
Modifier and Type | Method and Description |
---|---|
DoubleLinkedList |
Leptonica.listFindElement(DoubleLinkedList head,
com.sun.jna.Pointer data)
Original signature :
DLLIST* listFindElement(DLLIST*, void*) native declaration : allheaders.h:2072 |
static DoubleLinkedList |
Leptonica1.listFindElement(DoubleLinkedList head,
com.sun.jna.Pointer data)
Original signature :
DLLIST* listFindElement(DLLIST*, void*) native declaration : allheaders.h:2072 |
DoubleLinkedList |
Leptonica.listFindTail(DoubleLinkedList head)
Original signature :
DLLIST* listFindTail(DLLIST*) native declaration : allheaders.h:2074 |
static DoubleLinkedList |
Leptonica1.listFindTail(DoubleLinkedList head)
Original signature :
DLLIST* listFindTail(DLLIST*) native declaration : allheaders.h:2074 |
Modifier and Type | Method and Description |
---|---|
DoubleLinkedList |
Leptonica.listFindElement(DoubleLinkedList head,
com.sun.jna.Pointer data)
Original signature :
DLLIST* listFindElement(DLLIST*, void*) native declaration : allheaders.h:2072 |
static DoubleLinkedList |
Leptonica1.listFindElement(DoubleLinkedList head,
com.sun.jna.Pointer data)
Original signature :
DLLIST* listFindElement(DLLIST*, void*) native declaration : allheaders.h:2072 |
DoubleLinkedList |
Leptonica.listFindTail(DoubleLinkedList head)
Original signature :
DLLIST* listFindTail(DLLIST*) native declaration : allheaders.h:2074 |
static DoubleLinkedList |
Leptonica1.listFindTail(DoubleLinkedList head)
Original signature :
DLLIST* listFindTail(DLLIST*) native declaration : allheaders.h:2074 |
int |
Leptonica.listGetCount(DoubleLinkedList head)
Original signature :
l_int32 listGetCount(DLLIST*) native declaration : allheaders.h:2076 |
static int |
Leptonica1.listGetCount(DoubleLinkedList head)
Original signature :
l_int32 listGetCount(DLLIST*) native declaration : allheaders.h:2076 |
int |
Leptonica.listInsertAfter(com.sun.jna.ptr.PointerByReference phead,
DoubleLinkedList elem,
com.sun.jna.Pointer data)
Original signature :
l_int32 listInsertAfter(DLLIST**, DLLIST*, void*) native declaration : allheaders.h:2064 |
static int |
Leptonica1.listInsertAfter(com.sun.jna.ptr.PointerByReference phead,
DoubleLinkedList elem,
com.sun.jna.Pointer data)
Original signature :
l_int32 listInsertAfter(DLLIST**, DLLIST*, void*) native declaration : allheaders.h:2064 |
int |
Leptonica.listInsertBefore(com.sun.jna.ptr.PointerByReference phead,
DoubleLinkedList elem,
com.sun.jna.Pointer data)
Original signature :
l_int32 listInsertBefore(DLLIST**, DLLIST*, void*) native declaration : allheaders.h:2062 |
static int |
Leptonica1.listInsertBefore(com.sun.jna.ptr.PointerByReference phead,
DoubleLinkedList elem,
com.sun.jna.Pointer data)
Original signature :
l_int32 listInsertBefore(DLLIST**, DLLIST*, void*) native declaration : allheaders.h:2062 |
com.sun.jna.Pointer |
Leptonica.listRemoveElement(com.sun.jna.ptr.PointerByReference phead,
DoubleLinkedList elem)
Original signature :
void* listRemoveElement(DLLIST**, DLLIST*) native declaration : allheaders.h:2066 |
static com.sun.jna.Pointer |
Leptonica1.listRemoveElement(com.sun.jna.ptr.PointerByReference phead,
DoubleLinkedList elem)
Original signature :
void* listRemoveElement(DLLIST**, DLLIST*) native declaration : allheaders.h:2066 |