Class jinaSeqVoi

java.lang.Object
  |
  +--jinaSeqVoi

public class jinaSeqVoi
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaSeqVoi()
           
protected jinaSeqVoi(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaSeqVoi obj)
           
 jinaSpline2 getJinaSpline()
           
 int getN()
           
 int getNspline()
           
 jinaTString getString()
           
 void setJinaSpline(jinaSpline2 spline)
           
 void setN(int n)
           
 void setNspline(int nspline)
           
 void setString(jinaTString string)
           
 
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

jinaSeqVoi

protected jinaSeqVoi(long cPtr,
                     boolean cMemoryOwn)

jinaSeqVoi

public jinaSeqVoi()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaSeqVoi obj)

setJinaSpline

public void setJinaSpline(jinaSpline2 spline)

getJinaSpline

public jinaSpline2 getJinaSpline()

setString

public void setString(jinaTString string)

getString

public jinaTString getString()

setNspline

public void setNspline(int nspline)

getNspline

public int getNspline()

setN

public void setN(int n)

getN

public int getN()