Exemplo n.º 1
0
 internal static HandleRef getCPtr(PixelRgbFloat obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PixelRgbFloat obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
 public PixelRgbFloat pixel(int x, int y)
 {
     PixelRgbFloat ret = new PixelRgbFloat(yarpPINVOKE.ImageRgbFloat_pixel(swigCPtr, x, y), false);
     return ret;
 }
Exemplo n.º 4
0
 public PixelRgbFloat safePixel(int x, int y)
 {
     PixelRgbFloat ret = new PixelRgbFloat(yarpPINVOKE.ImageRgbFloat_safePixel__SWIG_0(swigCPtr, x, y), false);
     return ret;
 }
Exemplo n.º 5
0
    public PixelRgbFloat safePixel(uint x, uint y)
    {
        PixelRgbFloat ret = new PixelRgbFloat(yarpPINVOKE.ImageRgbFloat_safePixel__SWIG_0(swigCPtr, x, y), false);

        return(ret);
    }