public static void summarize_compass_cycle_metrics(run_metrics metrics, compass_cycle_table table) { c_csharp_summaryPINVOKE.summarize_compass_cycle_metrics(run_metrics.getCPtr(metrics), compass_cycle_table.getCPtr(table)); if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending) { throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve(); } }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(compass_cycle_table obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }