edu.toronto.cs.tp.cvcl
Class CIntArray
java.lang.Object
edu.toronto.cs.tp.cvcl.CIntArray
public class CIntArray
- 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
CIntArray
protected CIntArray(long cPtr,
boolean cMemoryOwn)
CIntArray
protected CIntArray()
CIntArray
public CIntArray(int nelements)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
getCPtr
protected static long getCPtr(CIntArray obj)
getitem
public int getitem(int index)
setitem
public void setitem(int index,
int value)
cast
public SWIGTYPE_p_int cast()
frompointer
public static CIntArray frompointer(SWIGTYPE_p_int t)