Example #1
0
 public void theta(metric_stat stat)
 {
     c_csharp_summaryPINVOKE.stat_summary_theta__SWIG_1(swigCPtr, metric_stat.getCPtr(stat));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void percent_aligned(metric_stat stat)
 {
     c_csharp_summaryPINVOKE.stat_summary_percent_aligned__SWIG_1(swigCPtr, metric_stat.getCPtr(stat));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public void prephasing_offset(metric_stat stat)
 {
     c_csharp_summaryPINVOKE.stat_summary_prephasing_offset__SWIG_1(swigCPtr, metric_stat.getCPtr(stat));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
 public void first_cycle_intensity(metric_stat stat)
 {
     c_csharp_summaryPINVOKE.stat_summary_first_cycle_intensity__SWIG_1(swigCPtr, metric_stat.getCPtr(stat));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #5
0
 public void cluster_count_pf(metric_stat stat)
 {
     c_csharp_summaryPINVOKE.stat_summary_cluster_count_pf__SWIG_1(swigCPtr, metric_stat.getCPtr(stat));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(metric_stat obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #7
0
        public metric_stat density_pf()
        {
            metric_stat ret = new metric_stat(c_csharp_summaryPINVOKE.stat_summary_density_pf__SWIG_0(swigCPtr), false);

            return(ret);
        }
Example #8
0
        public metric_stat theta()
        {
            metric_stat ret = new metric_stat(c_csharp_summaryPINVOKE.stat_summary_theta__SWIG_0(swigCPtr), false);

            return(ret);
        }
Example #9
0
        public metric_stat prephasing_offset()
        {
            metric_stat ret = new metric_stat(c_csharp_summaryPINVOKE.stat_summary_prephasing_offset__SWIG_0(swigCPtr), false);

            return(ret);
        }
Example #10
0
        public metric_stat phasing_slope()
        {
            metric_stat ret = new metric_stat(c_csharp_summaryPINVOKE.stat_summary_phasing_slope__SWIG_0(swigCPtr), false);

            return(ret);
        }
Example #11
0
        public metric_stat first_cycle_intensity()
        {
            metric_stat ret = new metric_stat(c_csharp_summaryPINVOKE.stat_summary_first_cycle_intensity__SWIG_0(swigCPtr), false);

            return(ret);
        }
Example #12
0
        public metric_stat error_rate_100()
        {
            metric_stat ret = new metric_stat(c_csharp_summaryPINVOKE.stat_summary_error_rate_100__SWIG_0(swigCPtr), false);

            return(ret);
        }
Example #13
0
        public metric_stat percent_aligned()
        {
            metric_stat ret = new metric_stat(c_csharp_summaryPINVOKE.stat_summary_percent_aligned__SWIG_0(swigCPtr), false);

            return(ret);
        }
Example #14
0
        public metric_stat cluster_count_pf()
        {
            metric_stat ret = new metric_stat(c_csharp_summaryPINVOKE.stat_summary_cluster_count_pf__SWIG_0(swigCPtr), false);

            return(ret);
        }