Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
DLLIST |
DLLIST.data(Pointer setter) |
DLLIST |
DLLIST.getPointer(long i) |
DLLIST |
DLLIST.next() |
DLLIST |
DLLIST.next(DLLIST setter) |
DLLIST |
DLLIST.position(long position) |
DLLIST |
DLLIST.prev() |
DLLIST |
DLLIST.prev(DLLIST setter) |
Modifier and Type | Method and Description |
---|---|
DLLIST |
DLLIST.next(DLLIST setter) |
DLLIST |
DLLIST.prev(DLLIST setter) |
Modifier and Type | Method and Description |
---|---|
static DLLIST |
leptonica.listFindElement(DLLIST head,
Pointer data) |
static DLLIST |
leptonica.listFindTail(DLLIST head) |
Modifier and Type | Method and Description |
---|---|
static int |
leptonica.listAddToHead(DLLIST phead,
Pointer data) |
static int |
leptonica.listAddToTail(DLLIST phead,
DLLIST ptail,
Pointer data) |
static void |
leptonica.listDestroy(DLLIST phead) |
static DLLIST |
leptonica.listFindElement(DLLIST head,
Pointer data) |
static DLLIST |
leptonica.listFindTail(DLLIST head) |
static int |
leptonica.listGetCount(DLLIST head) |
static int |
leptonica.listInsertAfter(DLLIST phead,
DLLIST elem,
Pointer data) |
static int |
leptonica.listInsertAfter(PointerPointer phead,
DLLIST elem,
Pointer data) |
static int |
leptonica.listInsertBefore(DLLIST phead,
DLLIST elem,
Pointer data) |
static int |
leptonica.listInsertBefore(PointerPointer phead,
DLLIST elem,
Pointer data) |
static int |
leptonica.listJoin(DLLIST phead1,
DLLIST phead2) |
static Pointer |
leptonica.listRemoveElement(DLLIST phead,
DLLIST elem) |
static Pointer |
leptonica.listRemoveElement(PointerPointer phead,
DLLIST elem) |
static Pointer |
leptonica.listRemoveFromHead(DLLIST phead) |
static Pointer |
leptonica.listRemoveFromTail(DLLIST phead,
DLLIST ptail) |
static int |
leptonica.listReverse(DLLIST phead) |
Copyright © 2024. All rights reserved.