Package yarp
Class IFrameGrabberImage
- java.lang.Object
-
- yarp.IFrameGrabberImage
-
public class IFrameGrabberImage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
IFrameGrabberImage(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(IFrameGrabberImage obj)
boolean
getImage(ImageRgb image)
int
height()
int
width()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IFrameGrabberImage obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
getImage
public boolean getImage(ImageRgb image)
-
height
public int height()
-
width
public int width()
-
-