Exemplo n.º 1
0
 public static void plot_qscore_heatmap(run_metrics metrics, filter_options options, heatmap_data data, float[] buffer)
 {
     unsafe
     {
         fixed(float *swig_ptrTo_buffer = buffer)
         {
             {
                 c_csharp_plotPINVOKE.plot_qscore_heatmap__SWIG_1(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), heatmap_data.getCPtr(data), (global::System.IntPtr)swig_ptrTo_buffer);
                 if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
                 {
                     throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
                 }
             }
         }
     }
 }
Exemplo n.º 2
0
 public static void plot_qscore_heatmap(run_metrics metrics, filter_options options, heatmap_data data)
 {
     c_csharp_plotPINVOKE.plot_qscore_heatmap__SWIG_2(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), heatmap_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(heatmap_data obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }