Package yarp
Class IFrameGrabber
- java.lang.Object
-
- yarp.IFrameGrabber
-
public class IFrameGrabber extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
IFrameGrabber(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(IFrameGrabber obj)
boolean
getRawBuffer(SWIGTYPE_p_unsigned_char buffer)
int
getRawBufferSize()
int
height()
int
width()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IFrameGrabber obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.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()
-
-