Ejemplo n.º 1
0
    public SWIGTYPE_p_yarp__os__NetUint16 safePixel(uint x, uint y)
    {
        SWIGTYPE_p_yarp__os__NetUint16 ret = new SWIGTYPE_p_yarp__os__NetUint16(yarpPINVOKE.ImageMono16_safePixel__SWIG_0(swigCPtr, x, y), false);

        return(ret);
    }
Ejemplo n.º 2
0
 public SWIGTYPE_p_yarp__os__NetUint16 safePixel(int x, int y)
 {
     SWIGTYPE_p_yarp__os__NetUint16 ret = new SWIGTYPE_p_yarp__os__NetUint16(yarpPINVOKE.ImageMono16_safePixel__SWIG_0(swigCPtr, x, y), false);
     return ret;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_yarp__os__NetUint16 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 4
0
 public SWIGTYPE_p_yarp__os__NetUint16 access(int x, int y)
 {
     SWIGTYPE_p_yarp__os__NetUint16 ret = new SWIGTYPE_p_yarp__os__NetUint16(yarpPINVOKE.ImageMono16_access(swigCPtr, x, y), false);
     return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_yarp__os__NetUint16 obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }