Package yarp
Class TypedReaderCallbackImageInt
- java.lang.Object
-
- yarp.TypedReaderCallbackImageInt
-
public class TypedReaderCallbackImageInt extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description TypedReaderCallbackImageInt()
protected
TypedReaderCallbackImageInt(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(TypedReaderCallbackImageInt obj)
void
onRead(ImageInt datum)
void
onRead(ImageInt datum, TypedReaderImageInt reader)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(TypedReaderCallbackImageInt obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
onRead
public void onRead(ImageInt datum)
-
onRead
public void onRead(ImageInt datum, TypedReaderImageInt reader)
-
-