| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_DNAA |
lept.L_DNAA.dna(int i,
lept.L_DNA dna) |
lept.L_DNAA |
lept.L_DNAA.dna(org.bytedeco.javacpp.PointerPointer dna) |
static lept.L_DNAA |
lept.l_dnaaCreate(int n) |
static lept.L_DNAA |
lept.l_dnaaCreateFull(int nptr,
int n) |
static lept.L_DNAA |
lept.l_dnaaRead(org.bytedeco.javacpp.BytePointer filename) |
static lept.L_DNAA |
lept.l_dnaaRead(String filename) |
static lept.L_DNAA |
lept.l_dnaaReadStream(org.bytedeco.javacpp.Pointer fp) |
lept.L_DNAA |
lept.L_DNAA.n(int n) |
lept.L_DNAA |
lept.L_DNAA.nalloc(int nalloc) |
lept.L_DNAA |
lept.L_DNAA.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.l_dnaaAddDna(lept.L_DNAA daa,
lept.L_DNA da,
int copyflag) |
static int |
lept.l_dnaaAddNumber(lept.L_DNAA daa,
int index,
double val) |
static void |
lept.l_dnaaDestroy(lept.L_DNAA pdaa) |
static lept.L_DNA |
lept.l_dnaaFlattenToDna(lept.L_DNAA daa) |
static int |
lept.l_dnaaGetCount(lept.L_DNAA daa) |
static lept.L_DNA |
lept.l_dnaaGetDna(lept.L_DNAA daa,
int index,
int accessflag) |
static int |
lept.l_dnaaGetDnaCount(lept.L_DNAA daa,
int index) |
static int |
lept.l_dnaaGetNumberCount(lept.L_DNAA daa) |
static int |
lept.l_dnaaGetValue(lept.L_DNAA daa,
int i,
int j,
double[] pval) |
static int |
lept.l_dnaaGetValue(lept.L_DNAA daa,
int i,
int j,
DoubleBuffer pval) |
static int |
lept.l_dnaaGetValue(lept.L_DNAA daa,
int i,
int j,
org.bytedeco.javacpp.DoublePointer pval) |
static int |
lept.l_dnaaReplaceDna(lept.L_DNAA daa,
int index,
lept.L_DNA da) |
static int |
lept.l_dnaaTruncate(lept.L_DNAA daa) |
static int |
lept.l_dnaaWrite(org.bytedeco.javacpp.BytePointer filename,
lept.L_DNAA daa) |
static int |
lept.l_dnaaWrite(String filename,
lept.L_DNAA daa) |
static int |
lept.l_dnaaWriteStream(org.bytedeco.javacpp.Pointer fp,
lept.L_DNAA daa) |
Copyright © 2018. All rights reserved.