yarp
Class IFrameGrabberRgb

java.lang.Object
  extended by yarp.IFrameGrabberRgb

public class IFrameGrabberRgb
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
IFrameGrabberRgb(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(IFrameGrabberRgb obj)
           
 boolean getRgbBuffer(SWIGTYPE_p_unsigned_char buffer)
           
 int height()
           
 int width()
           
 
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

IFrameGrabberRgb

public IFrameGrabberRgb(long cPtr,
                        boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(IFrameGrabberRgb obj)

finalize

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

delete

public void delete()

getRgbBuffer

public boolean getRgbBuffer(SWIGTYPE_p_unsigned_char buffer)

height

public int height()

width

public int width()