Beispiel #1
0
 public static void summarize_index_metrics(run_metrics metrics, index_flowcell_summary summary)
 {
     c_csharp_summaryPINVOKE.summarize_index_metrics__SWIG_2(run_metrics.getCPtr(metrics), index_flowcell_summary.getCPtr(summary));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public static void summarize_index_metrics(base_index_metrics index_metrics, base_tile_metrics tile_metrics, uint lane_count, index_flowcell_summary summary)
 {
     c_csharp_summaryPINVOKE.summarize_index_metrics__SWIG_1(base_index_metrics.getCPtr(index_metrics), base_tile_metrics.getCPtr(tile_metrics), lane_count, index_flowcell_summary.getCPtr(summary));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(index_flowcell_summary obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }