Class jinaLine2

java.lang.Object
  |
  +--jinaLine2

public class jinaLine2
extends java.lang.Object


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

jinaLine2

protected jinaLine2(long cPtr,
                    boolean cMemoryOwn)

jinaLine2

public jinaLine2()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaLine2 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(jinaVec2 p1)

getP1

public jinaVec2 getP1()

setP2

public void setP2(jinaVec2 p2)

getP2

public jinaVec2 getP2()

setP

public void setP(jinaVec2 p)

getP

public jinaVec2 getP()

setV

public void setV(jinaVec2 v)

getV

public jinaVec2 getV()

setLength

public void setLength(float length)

getLength

public float getLength()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()