public MCPCalibTabElm GetCalibOp(OpCode op)
    {
        MCPCalibTabElm ret = new MCPCalibTabElm(VisionLabPINVOKE.MCPCalib_GetCalibOp(swigCPtr, (int)op), true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static HandleRef getCPtr(MCPCalibTabElm obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 3
0
 public MCPCalibTabElm GetCalibOp(OpCode op) {
   MCPCalibTabElm ret = new MCPCalibTabElm(VisionLabPINVOKE.MCPCalib_GetCalibOp(swigCPtr, (int)op), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MCPCalibTabElm obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(MCPCalibTabElm obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }