net.sourceforge.swimp.coin
Class DoubleArray
java.lang.Object
net.sourceforge.swimp.coin.DoubleArray
public class DoubleArray
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
DoubleArray
protected DoubleArray(long cPtr,
boolean cMemoryOwn)
DoubleArray
public DoubleArray(int nelements)
getCPtr
protected static long getCPtr(DoubleArray obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
getitem
public double getitem(int index)
setitem
public void setitem(int index,
double value)
cast
public SWIGTYPE_p_double cast()
frompointer
public static DoubleArray frompointer(SWIGTYPE_p_double t)