yarp
Class IFrameGrabber

java.lang.Object
  extended by yarp.IFrameGrabber

public class IFrameGrabber
extends java.lang.Object


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

IFrameGrabber

public IFrameGrabber(long cPtr,
                     boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(IFrameGrabber obj)

finalize

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

delete

public void delete()

getRawBuffer

public boolean getRawBuffer(SWIGTYPE_p_unsigned_char buffer)

getRawBufferSize

public int getRawBufferSize()

height

public int height()

width

public int width()