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

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

public class CvSize2D32f
extends java.lang.Object


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

CvSize2D32f

protected CvSize2D32f(long cPtr,
                      boolean cMemoryOwn)

CvSize2D32f

public CvSize2D32f()
Method Detail

getCPtr

protected static long getCPtr(CvSize2D32f obj)

finalize

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

delete

public void delete()

setWidth

public void setWidth(float value)

getWidth

public float getWidth()

setHeight

public void setHeight(float value)

getHeight

public float getHeight()