Ejemplo n.º 1
0
 public CalibratedModelHandle(CalibratedModel arg0) : this(NQuantLibcPINVOKE.new_CalibratedModelHandle__SWIG_0(CalibratedModel.getCPtr(arg0)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void linkTo(CalibratedModel arg0)
 {
     NQuantLibcPINVOKE.RelinkableCalibratedModelHandle_linkTo(swigCPtr, CalibratedModel.getCPtr(arg0));
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
        public CalibratedModel __deref__()
        {
            CalibratedModel ret = new CalibratedModel(NQuantLibcPINVOKE.CalibratedModelHandle___deref__(swigCPtr), true);

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public CalibratedModel __deref__()
        {
            global::System.IntPtr cPtr = NQuantLibcPINVOKE.CalibratedModelHandle___deref__(swigCPtr);
            CalibratedModel       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CalibratedModel(cPtr, true);

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CalibratedModel obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public void linkTo(CalibratedModel arg0) {
   NQuantLibcPINVOKE.RelinkableCalibratedModelHandle_linkTo(swigCPtr, CalibratedModel.getCPtr(arg0));
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
 public RelinkableCalibratedModelHandle(CalibratedModel arg0) : this(NQuantLibcPINVOKE.new_RelinkableCalibratedModelHandle__SWIG_0(CalibratedModel.getCPtr(arg0)), true) {
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 8
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CalibratedModel obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 9
0
 public CalibratedModel __deref__() {
   CalibratedModel ret = new CalibratedModel(NQuantLibcPINVOKE.CalibratedModelHandle___deref__(swigCPtr), true);
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }