Class jinaVec

java.lang.Object
  |
  +--jinaVec

public class jinaVec
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaVec()
           
protected jinaVec(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaVec obj)
           
 SWIGTYPE_p_double getEl()
           
 int getN()
           
 void setEl(SWIGTYPE_p_double el)
           
 void setN(int n)
           
 
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

jinaVec

protected jinaVec(long cPtr,
                  boolean cMemoryOwn)

jinaVec

public jinaVec()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaVec obj)

setN

public void setN(int n)

getN

public int getN()

setEl

public void setEl(SWIGTYPE_p_double el)

getEl

public SWIGTYPE_p_double getEl()