Class jinaHoughPeak2

java.lang.Object
  |
  +--jinaHoughPeak2

public class jinaHoughPeak2
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaHoughPeak2()
           
protected jinaHoughPeak2(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaHoughPeak2 obj)
           
 double getHeight()
           
 long getLabel()
           
 jinaVec2 getPos()
           
 jinaList getProps()
           
 long getType()
           
 void setHeight(double height)
           
 void setLabel(long label)
           
 void setPos(jinaVec2 pos)
           
 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

jinaHoughPeak2

protected jinaHoughPeak2(long cPtr,
                         boolean cMemoryOwn)

jinaHoughPeak2

public jinaHoughPeak2()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaHoughPeak2 obj)

setType

public void setType(long type)

getType

public long getType()

setLabel

public void setLabel(long label)

getLabel

public long getLabel()

setPos

public void setPos(jinaVec2 pos)

getPos

public jinaVec2 getPos()

setHeight

public void setHeight(double height)

getHeight

public double getHeight()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()