@Name(value="L_Dna")
public static class lept.L_DNA
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_DNA()
Default native constructor.
|
L_DNA(long size)
Native array allocator.
|
L_DNA(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.DoublePointer |
array()
number array
|
lept.L_DNA |
array(org.bytedeco.javacpp.DoublePointer array) |
double |
delx()
change in x value as i --> i + 1
|
lept.L_DNA |
delx(double delx) |
int |
n()
number of numbers saved
|
lept.L_DNA |
n(int n) |
int |
nalloc()
size of allocated number array
|
lept.L_DNA |
nalloc(int nalloc) |
lept.L_DNA |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
lept.L_DNA |
refcount(int refcount) |
double |
startx()
x value assigned to array[0]
|
lept.L_DNA |
startx(double startx) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_DNA()
public L_DNA(long size)
Pointer.position(long).public L_DNA(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_DNA position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int nalloc()
public lept.L_DNA nalloc(int nalloc)
@Cast(value="l_int32") public int n()
public lept.L_DNA n(int n)
@Cast(value="l_int32") public int refcount()
public lept.L_DNA refcount(int refcount)
@Cast(value="l_float64") public double startx()
public lept.L_DNA startx(double startx)
@Cast(value="l_float64") public double delx()
public lept.L_DNA delx(double delx)
@Cast(value="l_float64*") public org.bytedeco.javacpp.DoublePointer array()
public lept.L_DNA array(org.bytedeco.javacpp.DoublePointer array)
Copyright © 2018. All rights reserved.