Class jinaVec2

java.lang.Object
  |
  +--jinaVec2

public class jinaVec2
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaVec2()
           
protected jinaVec2(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaVec2 obj)
           
 SWIGTYPE_p_float getEl()
           
 int getJinaTsId()
           
 void setEl(SWIGTYPE_p_float el)
           
 void setJinaTsId(int ts_id)
           
 
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

jinaVec2

protected jinaVec2(long cPtr,
                   boolean cMemoryOwn)

jinaVec2

public jinaVec2()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaVec2 obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setEl

public void setEl(SWIGTYPE_p_float el)

getEl

public SWIGTYPE_p_float getEl()