Exemple #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(flowcell_data obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #2
0
 public static void plot_run_diagnostics_flowcell_map2(run_metrics metrics, string metric_name, filter_options options, flowcell_data data, float[] buffer, uint buffer_size, uint[] id_buffer, uint id_buffer_size)
 {
     unsafe
     {
         fixed(float *swig_ptrTo_buffer = buffer)
         {
             unsafe
             {
                 fixed(uint *swig_ptrTo_id_buffer = id_buffer)
                 {
                     {
                         c_csharp_plotPINVOKE.plot_run_diagnostics_flowcell_map2__SWIG_1(run_metrics.getCPtr(metrics), metric_name, filter_options.getCPtr(options), flowcell_data.getCPtr(data), (global::System.IntPtr)swig_ptrTo_buffer, buffer_size, (global::System.IntPtr)swig_ptrTo_id_buffer, id_buffer_size);
                         if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
                         {
                             throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
                         }
                     }
                 }
             }
         }
     }
 }
Exemple #3
0
 public static void plot_run_diagnostics_flowcell_map(run_metrics metrics, string metric_name, filter_options options, flowcell_data data)
 {
     c_csharp_plotPINVOKE.plot_run_diagnostics_flowcell_map__SWIG_5(run_metrics.getCPtr(metrics), metric_name, filter_options.getCPtr(options), flowcell_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
 public static void plot_run_diagnostics_flowcell_map(run_metrics metrics, run_diagnostics_issue_type type, filter_options options, flowcell_data data, float[] buffer)
 {
     unsafe
     {
         fixed(float *swig_ptrTo_buffer = buffer)
         {
             {
                 c_csharp_plotPINVOKE.plot_run_diagnostics_flowcell_map__SWIG_1(run_metrics.getCPtr(metrics), (int)type, filter_options.getCPtr(options), flowcell_data.getCPtr(data), (global::System.IntPtr)swig_ptrTo_buffer);
                 if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
                 {
                     throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
                 }
             }
         }
     }
 }
Exemple #5
0
 public static void plot_flowcell_map(run_metrics metrics, string metric_name, filter_options options, flowcell_data data, float[] buffer, uint[] tile_buffer)
 {
     unsafe
     {
         fixed(float *swig_ptrTo_buffer = buffer)
         {
             unsafe
             {
                 fixed(uint *swig_ptrTo_tile_buffer = tile_buffer)
                 {
                     {
                         c_csharp_plotPINVOKE.plot_flowcell_map__SWIG_5(run_metrics.getCPtr(metrics), metric_name, filter_options.getCPtr(options), flowcell_data.getCPtr(data), (global::System.IntPtr)swig_ptrTo_buffer, (global::System.IntPtr)swig_ptrTo_tile_buffer);
                         if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
                         {
                             throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
                         }
                     }
                 }
             }
         }
     }
 }
Exemple #6
0
 public static void plot_flowcell_map(run_metrics metrics, metric_type type, filter_options options, flowcell_data data)
 {
     c_csharp_plotPINVOKE.plot_flowcell_map__SWIG_3(run_metrics.getCPtr(metrics), (int)type, filter_options.getCPtr(options), flowcell_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }