예제 #1
0
    public bool SmallerThan(FPParamDesc arg0)
    {
        bool ret = VisionLabPINVOKE.FPParamDesc_SmallerThan(swigCPtr, FPParamDesc.getCPtr(arg0));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public static FPParamDesc StrToFPParamDesc(string str) {
   FPParamDesc ret = new FPParamDesc(VisionLabPINVOKE.StrToFPParamDesc(str), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static string FPParamDescToStr(FPParamDesc v) {
   string ret = VisionLabPINVOKE.FPParamDescToStr(FPParamDesc.getCPtr(v));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
예제 #4
0
 internal static HandleRef getCPtr(FPParamDesc obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
예제 #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FPParamDesc obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public bool SmallerThan(FPParamDesc arg0) {
   bool ret = VisionLabPINVOKE.FPParamDesc_SmallerThan(swigCPtr, FPParamDesc.getCPtr(arg0));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(FPParamDesc obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }