Class jinaHoughPeak

java.lang.Object
  |
  +--jinaHoughPeak

public class jinaHoughPeak
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaHoughPeak()
           
protected jinaHoughPeak(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaHoughPeak obj)
           
 double getHeight()
           
 long getLabel()
           
 jinaList getProps()
           
 long getType()
           
 double getX()
           
 void setHeight(double height)
           
 void setLabel(long label)
           
 void setProps(jinaList props)
           
 void setType(long type)
           
 void setX(double x)
           
 
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

jinaHoughPeak

protected jinaHoughPeak(long cPtr,
                        boolean cMemoryOwn)

jinaHoughPeak

public jinaHoughPeak()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaHoughPeak obj)

setType

public void setType(long type)

getType

public long getType()

setLabel

public void setLabel(long label)

getLabel

public long getLabel()

setX

public void setX(double x)

getX

public double getX()

setHeight

public void setHeight(double height)

getHeight

public double getHeight()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()