edu.toronto.cs.jcudd
Class CIntArray

java.lang.Object
  extended by edu.toronto.cs.jcudd.CIntArray

public class CIntArray
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected CIntArray()
           
  CIntArray(int nelements)
           
protected CIntArray(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 SWIGTYPE_p_int cast()
           
 void delete()
           
protected  void finalize()
           
static CIntArray frompointer(SWIGTYPE_p_int t)
           
protected static long getCPtr(CIntArray obj)
           
 int getitem(int index)
           
 void setitem(int index, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

CIntArray

protected CIntArray(long cPtr,
                    boolean cMemoryOwn)

CIntArray

protected CIntArray()

CIntArray

public CIntArray(int nelements)
Method Detail

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)