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