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