Class jinaConic

java.lang.Object
  |
  +--jinaConic

public class jinaConic
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaConic()
           
protected jinaConic(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 double getA()
           
 double getAlpha()
           
 double getB()
           
 double getBeta()
           
 int getBranch()
           
 double getC()
           
 jinaVec2 getCenter()
           
protected static long getCPtr(jinaConic obj)
           
 double getD()
           
 double getE()
           
 double getF()
           
 int getFiller1()
           
 int getFiller2()
           
 int getJinaTsId()
           
 long getLabel()
           
 jinaList getProps()
           
 double getT1()
           
 double getT2()
           
 double getTheta()
           
 long getType()
           
 void setA(double a)
           
 void setAlpha(double alpha)
           
 void setB(double b)
           
 void setBeta(double beta)
           
 void setBranch(int branch)
           
 void setC(double c)
           
 void setCenter(jinaVec2 center)
           
 void setD(double d)
           
 void setE(double e)
           
 void setF(double f)
           
 void setFiller1(int filler1)
           
 void setFiller2(int filler2)
           
 void setJinaTsId(int ts_id)
           
 void setLabel(long label)
           
 void setProps(jinaList props)
           
 void setT1(double t1)
           
 void setT2(double t2)
           
 void setTheta(double theta)
           
 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

jinaConic

protected jinaConic(long cPtr,
                    boolean cMemoryOwn)

jinaConic

public jinaConic()
Method Detail

finalize

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

delete

public void delete()

getCPtr

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

setFiller1

public void setFiller1(int filler1)

getFiller1

public int getFiller1()

setA

public void setA(double a)

getA

public double getA()

setB

public void setB(double b)

getB

public double getB()

setC

public void setC(double c)

getC

public double getC()

setD

public void setD(double d)

getD

public double getD()

setE

public void setE(double e)

getE

public double getE()

setF

public void setF(double f)

getF

public double getF()

setTheta

public void setTheta(double theta)

getTheta

public double getTheta()

setAlpha

public void setAlpha(double alpha)

getAlpha

public double getAlpha()

setBeta

public void setBeta(double beta)

getBeta

public double getBeta()

setCenter

public void setCenter(jinaVec2 center)

getCenter

public jinaVec2 getCenter()

setFiller2

public void setFiller2(int filler2)

getFiller2

public int getFiller2()

setT1

public void setT1(double t1)

getT1

public double getT1()

setT2

public void setT2(double t2)

getT2

public double getT2()

setBranch

public void setBranch(int branch)

getBranch

public int getBranch()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()