Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
L_RBTREE |
L_RBTREE.getPointer(long i) |
L_RBTREE |
L_RBTREE.keytype(int setter) |
L_RBTREE |
L_RBTREE.position(long position) |
L_RBTREE |
L_RBTREE.root(L_RBTREE_NODE setter) |
Modifier and Type | Method and Description |
---|---|
static L_RBTREE |
leptonica.l_rbtreeCreate(int keytype) |
Modifier and Type | Method and Description |
---|---|
static void |
leptonica.l_rbtreeDelete(L_RBTREE t,
RB_TYPE key) |
static void |
leptonica.l_rbtreeDestroy(L_RBTREE pt) |
static int |
leptonica.l_rbtreeGetCount(L_RBTREE t) |
static L_RBTREE_NODE |
leptonica.l_rbtreeGetFirst(L_RBTREE t) |
static L_RBTREE_NODE |
leptonica.l_rbtreeGetLast(L_RBTREE t) |
static void |
leptonica.l_rbtreeInsert(L_RBTREE t,
RB_TYPE key,
RB_TYPE value) |
static RB_TYPE |
leptonica.l_rbtreeLookup(L_RBTREE t,
RB_TYPE key) |
static void |
leptonica.l_rbtreePrint(Pointer fp,
L_RBTREE t) |
Copyright © 2024. All rights reserved.