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();
     }
 }
Esempio n. 2
0
 public new void onRead(ImageRgba datum)
 {
     yarpPINVOKE.BufferedPortImageRgba_onRead__SWIG_1(swigCPtr, ImageRgba.getCPtr(datum));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
    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);
    }
Esempio n. 4
0
    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);
    }