Beispiel #1
0
 public static void plot_sample_qc(run_metrics metrics, uint lane, bar_plot_data data)
 {
     c_csharp_plotPINVOKE.plot_sample_qc(run_metrics.getCPtr(metrics), lane, bar_plot_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(bar_plot_data obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
 public static void plot_qscore_histogram(run_metrics metrics, filter_options options, bar_plot_data data)
 {
     c_csharp_plotPINVOKE.plot_qscore_histogram__SWIG_1(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), bar_plot_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }