net.sourceforge.swimp.coin
Class IntArray

java.lang.Object
  extended by net.sourceforge.swimp.coin.IntArray

public class IntArray
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  IntArray(int nelements)
           
protected IntArray(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 SWIGTYPE_p_int cast()
           
 void delete()
           
protected  void finalize()
           
static IntArray frompointer(SWIGTYPE_p_int t)
           
protected static long getCPtr(IntArray 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

IntArray

protected IntArray(long cPtr,
                   boolean cMemoryOwn)

IntArray

public IntArray(int nelements)
Method Detail

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)