Пример #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_grib_box obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #2
0
 public static SWIGTYPE_p_grib_points GribBoxGetPoints(SWIGTYPE_p_grib_box box, double north, double west, double south, double east, out int err) {
   global::System.IntPtr cPtr = GribApiProxyPINVOKE.GribBoxGetPoints(SWIGTYPE_p_grib_box.getCPtr(box), north, west, south, east, out err);
   SWIGTYPE_p_grib_points ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_grib_points(cPtr, false);
   return ret;
 }
Пример #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_grib_box obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }