lept.JBCLASSER |
lept.JBCLASSER.dahash(lept.L_DNAHASH dahash) |
static int |
lept.l_dnaFindValByHash(lept.L_DNA da,
lept.L_DNAHASH dahash,
double val,
int[] pindex) |
static int |
lept.l_dnaFindValByHash(lept.L_DNA da,
lept.L_DNAHASH dahash,
double val,
IntBuffer pindex) |
static int |
lept.l_dnaFindValByHash(lept.L_DNA da,
lept.L_DNAHASH dahash,
double val,
org.bytedeco.javacpp.IntPointer pindex) |
static int |
lept.l_dnaHashAdd(lept.L_DNAHASH dahash,
int key,
double value) |
static void |
lept.l_dnaHashDestroy(lept.L_DNAHASH pdahash) |
static int |
lept.l_dnaHashGetCount(lept.L_DNAHASH dahash) |
static lept.L_DNA |
lept.l_dnaHashGetDna(lept.L_DNAHASH dahash,
int key,
int copyflag) |
static int |
lept.l_dnaHashGetTotalCount(lept.L_DNAHASH dahash) |
static int |
lept.l_dnaMakeHistoByHash(lept.L_DNA das,
lept.L_DNAHASH pdahash,
lept.L_DNA pdav,
lept.L_DNA pdac) |
static int |
lept.l_dnaRemoveDupsByHash(lept.L_DNA das,
lept.L_DNA pdad,
lept.L_DNAHASH pdahash) |
static int |
lept.ptaFindPtByHash(lept.PTA pta,
lept.L_DNAHASH dahash,
int x,
int y,
int[] pindex) |
static int |
lept.ptaFindPtByHash(lept.PTA pta,
lept.L_DNAHASH dahash,
int x,
int y,
IntBuffer pindex) |
static int |
lept.ptaFindPtByHash(lept.PTA pta,
lept.L_DNAHASH dahash,
int x,
int y,
org.bytedeco.javacpp.IntPointer pindex) |
static int |
lept.ptaRemoveDupsByHash(lept.PTA ptas,
lept.PTA pptad,
lept.L_DNAHASH pdahash) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
org.bytedeco.javacpp.BytePointer str,
int[] pindex) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
org.bytedeco.javacpp.BytePointer str,
IntBuffer pindex) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
org.bytedeco.javacpp.BytePointer str,
org.bytedeco.javacpp.IntPointer pindex) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
String str,
int[] pindex) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
String str,
IntBuffer pindex) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
String str,
org.bytedeco.javacpp.IntPointer pindex) |
static int |
lept.sarrayRemoveDupsByHash(lept.SARRAY sas,
lept.SARRAY psad,
lept.L_DNAHASH pdahash) |