Esempio n. 1
0
 public void insert(ulong id, fwhm_grid_metric metric)
 {
     c_csharp_metricsPINVOKE.base_fwhm_grid_metrics_insert__SWIG_1(swigCPtr, id, fwhm_grid_metric.getCPtr(metric));
     if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
        public fwhm_grid_metric get_metric_ref(ulong key)
        {
            fwhm_grid_metric ret = new fwhm_grid_metric(c_csharp_metricsPINVOKE.base_fwhm_grid_metrics_get_metric_ref__SWIG_2(swigCPtr, key), false);

            if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 3
0
        public fwhm_grid_metric get_metric_ref(uint lane, uint tile)
        {
            fwhm_grid_metric ret = new fwhm_grid_metric(c_csharp_metricsPINVOKE.base_fwhm_grid_metrics_get_metric_ref__SWIG_1(swigCPtr, lane, tile), false);

            if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 4
0
        public fwhm_grid_metric at(uint n)
        {
            fwhm_grid_metric ret = new fwhm_grid_metric(c_csharp_metricsPINVOKE.base_fwhm_grid_metrics_at(swigCPtr, n), false);

            if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(fwhm_grid_metric obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }