net.sourceforge.swimp.coin
Class DoubleArray

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

public class DoubleArray
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  DoubleArray(int nelements)
           
protected DoubleArray(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 SWIGTYPE_p_double cast()
           
 void delete()
           
protected  void finalize()
           
static DoubleArray frompointer(SWIGTYPE_p_double t)
           
protected static long getCPtr(DoubleArray obj)
           
 double getitem(int index)
           
 void setitem(int index, double 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

DoubleArray

protected DoubleArray(long cPtr,
                      boolean cMemoryOwn)

DoubleArray

public DoubleArray(int nelements)
Method Detail

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)