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