public static MCPCalib StrToMCPCalib(string str) {
   MCPCalib ret = new MCPCalib(VisionLabPINVOKE.StrToMCPCalib(str), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static string MCPCalibToStr(MCPCalib cal) {
   string ret = VisionLabPINVOKE.MCPCalibToStr(MCPCalib.getCPtr(cal));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(MCPCalib obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(MCPCalib obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Beispiel #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MCPCalib obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }