Class jinaHoughRegion2

java.lang.Object
  |
  +--jinaHoughRegion2

public class jinaHoughRegion2
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaHoughRegion2()
           
protected jinaHoughRegion2(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 double getBinsize_x()
           
 double getBinsize_y()
           
protected static long getCPtr(jinaHoughRegion2 obj)
           
 double getMax_x()
           
 double getMax_y()
           
 double getMin_x()
           
 double getMin_y()
           
 void setBinsize_x(double binsize_x)
           
 void setBinsize_y(double binsize_y)
           
 void setMax_x(double max_x)
           
 void setMax_y(double max_y)
           
 void setMin_x(double min_x)
           
 void setMin_y(double min_y)
           
 
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

jinaHoughRegion2

protected jinaHoughRegion2(long cPtr,
                           boolean cMemoryOwn)

jinaHoughRegion2

public jinaHoughRegion2()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaHoughRegion2 obj)

setMin_x

public void setMin_x(double min_x)

getMin_x

public double getMin_x()

setMin_y

public void setMin_y(double min_y)

getMin_y

public double getMin_y()

setMax_x

public void setMax_x(double max_x)

getMax_x

public double getMax_x()

setMax_y

public void setMax_y(double max_y)

getMax_y

public double getMax_y()

setBinsize_x

public void setBinsize_x(double binsize_x)

getBinsize_x

public double getBinsize_x()

setBinsize_y

public void setBinsize_y(double binsize_y)

getBinsize_y

public double getBinsize_y()