Package | Description |
---|---|
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
static L_ASET |
lept.l_asetCreate(int keytype) |
static L_ASET |
lept.l_asetCreateFromDna(L_DNA da) |
static L_ASET |
lept.l_asetCreateFromPta(PTA pta) |
static L_ASET |
lept.l_asetCreateFromSarray(SARRAY sa) |
Modifier and Type | Method and Description |
---|---|
static void |
lept.l_asetDelete(L_ASET s,
RB_TYPE key) |
static void |
lept.l_asetDestroy(L_ASET ps) |
static RB_TYPE |
lept.l_asetFind(L_ASET s,
RB_TYPE key) |
static L_ASET_NODE |
lept.l_asetGetFirst(L_ASET s) |
static L_ASET_NODE |
lept.l_asetGetLast(L_ASET s) |
static void |
lept.l_asetInsert(L_ASET s,
RB_TYPE key) |
static int |
lept.l_asetSize(L_ASET s) |
Copyright © 2021. All rights reserved.