Exemplo n.º 1
0
 public point2d_vector(point2d_vector other) : this(c_csharp_metricsPINVOKE.new_point2d_vector__SWIG_1(point2d_vector.getCPtr(other)), true)
 {
     if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public registration_metric_header(ushort channel_count, point2d_vector fiducial_locations, layout_type fiducial_layout) : this(c_csharp_metricsPINVOKE.new_registration_metric_header__SWIG_1(channel_count, point2d_vector.getCPtr(fiducial_locations), (int)fiducial_layout), true)
 {
     if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public point2d_vectorEnumerator(point2d_vector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemplo n.º 4
0
 public void set(uint lane, uint tile, uint cycle, point2d_vector centroids, float_vector covariances, float_vector weights, float mean_determinant)
 {
     c_csharp_metricsPINVOKE.basecalling_metric_set__SWIG_0(swigCPtr, lane, tile, cycle, point2d_vector.getCPtr(centroids), float_vector.getCPtr(covariances), float_vector.getCPtr(weights), mean_determinant);
     if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 5
0
 public void set(uint lane, uint tile, uint cycle, point2d_vector centroids)
 {
     c_csharp_metricsPINVOKE.basecalling_metric_set__SWIG_3(swigCPtr, lane, tile, cycle, point2d_vector.getCPtr(centroids));
     if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 6
0
 public void SetRange(int index, point2d_vector values)
 {
     c_csharp_metricsPINVOKE.point2d_vector_SetRange(swigCPtr, index, point2d_vector.getCPtr(values));
     if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 7
0
        public static point2d_vector Repeat(point2d value, int count)
        {
            global::System.IntPtr cPtr = c_csharp_metricsPINVOKE.point2d_vector_Repeat(point2d.getCPtr(value), count);
            point2d_vector        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new point2d_vector(cPtr, true);

            if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 8
0
        public point2d_vector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = c_csharp_metricsPINVOKE.point2d_vector_GetRange(swigCPtr, index, count);
            point2d_vector        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new point2d_vector(cPtr, true);

            if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 9
0
        public point2d_vector fiducial_locations()
        {
            point2d_vector ret = new point2d_vector(c_csharp_metricsPINVOKE.registration_metric_header_fiducial_locations(swigCPtr), false);

            return(ret);
        }
Exemplo n.º 10
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(point2d_vector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }