Beispiel #1
0
 public void ChangePath(SWIGTYPE_p_std__queueT_Point_t path, int all_cost)
 {
     delivery_modelPINVOKE.Rider_ChangePath(swigCPtr, SWIGTYPE_p_std__queueT_Point_t.getCPtr(path), all_cost);
     if (delivery_modelPINVOKE.SWIGPendingException.Pending)
     {
         throw delivery_modelPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__queueT_Point_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }