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