Class jinaLine3

java.lang.Object
  |
  +--jinaLine3

public class jinaLine3
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaLine3()
           
protected jinaLine3(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaLine3 obj)
           
 int getJinaTsId()
           
 long getLabel()
           
 float getLength()
           
 jinaVec3 getP()
           
 jinaVec3 getP1()
           
 jinaVec3 getP2()
           
 jinaList getProps()
           
 long getType()
           
 jinaVec3 getV()
           
 void setJinaTsId(int ts_id)
           
 void setLabel(long label)
           
 void setLength(float length)
           
 void setP(jinaVec3 p)
           
 void setP1(jinaVec3 p1)
           
 void setP2(jinaVec3 p2)
           
 void setProps(jinaList props)
           
 void setType(long type)
           
 void setV(jinaVec3 v)
           
 
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

jinaLine3

protected jinaLine3(long cPtr,
                    boolean cMemoryOwn)

jinaLine3

public jinaLine3()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaLine3 obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setType

public void setType(long type)

getType

public long getType()

setLabel

public void setLabel(long label)

getLabel

public long getLabel()

setP1

public void setP1(jinaVec3 p1)

getP1

public jinaVec3 getP1()

setP2

public void setP2(jinaVec3 p2)

getP2

public jinaVec3 getP2()

setP

public void setP(jinaVec3 p)

getP

public jinaVec3 getP()

setV

public void setV(jinaVec3 v)

getV

public jinaVec3 getV()

setLength

public void setLength(float length)

getLength

public float getLength()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()