Class jinaPlane

java.lang.Object
  |
  +--jinaPlane

public class jinaPlane
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaPlane()
           
protected jinaPlane(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaPlane obj)
           
 int getJinaTsId()
           
 long getLabel()
           
 jinaVec3 getN()
           
 jinaVec3 getP()
           
 jinaList getProps()
           
 long getType()
           
 void setJinaTsId(int ts_id)
           
 void setLabel(long label)
           
 void setN(jinaVec3 n)
           
 void setP(jinaVec3 p)
           
 void setProps(jinaList props)
           
 void setType(long type)
           
 
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

jinaPlane

protected jinaPlane(long cPtr,
                    boolean cMemoryOwn)

jinaPlane

public jinaPlane()
Method Detail

finalize

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

delete

public void delete()

getCPtr

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

setP

public void setP(jinaVec3 p)

getP

public jinaVec3 getP()

setN

public void setN(jinaVec3 n)

getN

public jinaVec3 getN()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()