public new void onRead(ImageRgba datum, TypedReaderImageRgba reader) { yarpPINVOKE.TypedReaderCallbackImageRgba_onRead__SWIG_1(swigCPtr, ImageRgba.getCPtr(datum), TypedReaderImageRgba.getCPtr(reader)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } }
public new void onRead(ImageRgba datum) { yarpPINVOKE.BufferedPortImageRgba_onRead__SWIG_1(swigCPtr, ImageRgba.getCPtr(datum)); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } }
public new static bool write(ImageRgba src, string dest) { bool ret = yarpPINVOKE.write__SWIG_5(ImageRgba.getCPtr(src), dest); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public new static bool read(ImageRgba dest, string src) { bool ret = yarpPINVOKE.read__SWIG_5(ImageRgba.getCPtr(dest), src); if (yarpPINVOKE.SWIGPendingException.Pending) { throw yarpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }