ca.mcgill.cim.sre.cv4hci.swig
Class CvRect

java.lang.Object
  extended by ca.mcgill.cim.sre.cv4hci.swig.CvRect

public class CvRect
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  CvRect()
           
protected CvRect(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(CvRect obj)
           
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int value)
           
 void setWidth(int value)
           
 void setX(int value)
           
 void setY(int value)
           
 
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

CvRect

protected CvRect(long cPtr,
                 boolean cMemoryOwn)

CvRect

public CvRect()
Method Detail

getCPtr

protected static long getCPtr(CvRect obj)

finalize

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

delete

public void delete()

setX

public void setX(int value)

getX

public int getX()

setY

public void setY(int value)

getY

public int getY()

setWidth

public void setWidth(int value)

getWidth

public int getWidth()

setHeight

public void setHeight(int value)

getHeight

public int getHeight()