Class jinaVec3

java.lang.Object
  |
  +--jinaVec3

public class jinaVec3
extends java.lang.Object


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

jinaVec3

protected jinaVec3(long cPtr,
                   boolean cMemoryOwn)

jinaVec3

public jinaVec3()
Method Detail

finalize

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

delete

public void delete()

getCPtr

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