public class floatArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
floatArray(int nelements) |
protected |
floatArray(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
SWIGTYPE_p_float |
cast() |
void |
delete() |
protected void |
finalize() |
static floatArray |
frompointer(SWIGTYPE_p_float t) |
protected static long |
getCPtr(floatArray obj) |
float |
getitem(int index) |
void |
setitem(int index,
float value) |
protected floatArray(long cPtr, boolean cMemoryOwn)
public floatArray(int nelements)
protected static long getCPtr(floatArray obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public float getitem(int index)
public void setitem(int index, float value)
public SWIGTYPE_p_float cast()
public static floatArray frompointer(SWIGTYPE_p_float t)