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