Class jinaVec4

java.lang.Object
  |
  +--jinaVec4

public class jinaVec4
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaVec4()
           
protected jinaVec4(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaVec4 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

jinaVec4

protected jinaVec4(long cPtr,
                   boolean cMemoryOwn)

jinaVec4

public jinaVec4()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaVec4 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()