@Name(value="Numa") @Properties(inherit=leptonica.class) public class NUMA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
NUMA()
Default native constructor.
|
NUMA(long size)
Native array allocator.
|
NUMA(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
FloatPointer |
array()
number array
|
NUMA |
array(FloatPointer setter) |
float |
delx()
change in x value as i --> i + 1
|
NUMA |
delx(float setter) |
NUMA |
getPointer(long i) |
int |
n()
number of numbers saved
|
NUMA |
n(int setter) |
int |
nalloc()
size of allocated number array
|
NUMA |
nalloc(int setter) |
NUMA |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
NUMA |
refcount(int setter) |
float |
startx()
x value assigned to array[0]
|
NUMA |
startx(float 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 NUMA()
public NUMA(long size)
Pointer.position(long)
.public NUMA(Pointer p)
Pointer(Pointer)
.public NUMA getPointer(long i)
getPointer
in class Pointer
public NUMA nalloc(int setter)
public NUMA n(int setter)
public NUMA refcount(int setter)
public NUMA startx(float setter)
public NUMA delx(float setter)
@Cast(value="l_float32*") public FloatPointer array()
public NUMA array(FloatPointer setter)
Copyright © 2024. All rights reserved.