Exemplo n.º 1
0
 public MipModel(MipModel copy) : this(msclPINVOKE.new_MipModel__SWIG_1(MipModel.getCPtr(copy)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public virtual MipModel baseModel()
        {
            MipModel ret = new MipModel(msclPINVOKE.MipModel_baseModel(swigCPtr), false);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
        public bool equals(MipModel compare)
        {
            bool ret = msclPINVOKE.MipModel_equals(swigCPtr, MipModel.getCPtr(compare));

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 4
0
        public MipModel model()
        {
            MipModel ret = new MipModel(msclPINVOKE.MipNode_model(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MipModel obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }