@Name(value="Numa") @Properties(inherit=lept.class) public class NUMA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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) |
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, 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 NUMA()
public NUMA(long size)
Pointer.position(long).public NUMA(Pointer p)
Pointer.Pointer(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 © 2019. All rights reserved.