Class jinaSpline

java.lang.Object
  |
  +--jinaSpline

public class jinaSpline
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaSpline()
           
protected jinaSpline(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaSpline obj)
           
 int getN()
           
 SWIGTYPE_p_double getP()
           
 int getType()
           
 void setN(int n)
           
 void setP(SWIGTYPE_p_double p)
           
 void setType(int type)
           
 
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

jinaSpline

protected jinaSpline(long cPtr,
                     boolean cMemoryOwn)

jinaSpline

public jinaSpline()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

getCPtr

protected static long getCPtr(jinaSpline obj)

setType

public void setType(int type)

getType

public int getType()

setN

public void setN(int n)

getN

public int getN()

setP

public void setP(SWIGTYPE_p_double p)

getP

public SWIGTYPE_p_double getP()