public class L_Dna
extends org.bridj.StructObject
| Constructor and Description |
|---|
L_Dna() |
L_Dna(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
org.bridj.Pointer<java.lang.Double> |
array()
number array
C type : l_float64* |
L_Dna |
array(org.bridj.Pointer<java.lang.Double> array)
number array
C type : l_float64* |
double |
delx()
change in x value as i --> i + 1
C type : l_float64 |
L_Dna |
delx(double delx)
change in x value as i --> i + 1
C type : l_float64 |
int |
n()
number of numbers saved
C type : l_int32 |
L_Dna |
n(int n)
number of numbers saved
C type : l_int32 |
int |
nalloc()
size of allocated number array
C type : l_int32 |
L_Dna |
nalloc(int nalloc)
size of allocated number array
C type : l_int32 |
int |
refcount()
reference count (1 if no clones)
C type : l_int32 |
L_Dna |
refcount(int refcount)
reference count (1 if no clones)
C type : l_int32 |
double |
startx()
x value assigned to array[0]
C type : l_float64 |
L_Dna |
startx(double startx)
x value assigned to array[0]
C type : l_float64 |
public int nalloc()
public L_Dna nalloc(int nalloc)
public int n()
public L_Dna n(int n)
public int refcount()
public L_Dna refcount(int refcount)
public double startx()
public L_Dna startx(double startx)
public double delx()
public L_Dna delx(double delx)
public org.bridj.Pointer<java.lang.Double> array()
public L_Dna array(org.bridj.Pointer<java.lang.Double> array)