Пример #1
0
 public index_lane_summary_vector(index_lane_summary_vector other) : this(c_csharp_summaryPINVOKE.new_index_lane_summary_vector__SWIG_1(index_lane_summary_vector.getCPtr(other)), true)
 {
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public index_lane_summary_vectorEnumerator(index_lane_summary_vector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Пример #3
0
 public void SetRange(int index, index_lane_summary_vector values)
 {
     c_csharp_summaryPINVOKE.index_lane_summary_vector_SetRange(swigCPtr, index, index_lane_summary_vector.getCPtr(values));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
        public static index_lane_summary_vector Repeat(index_lane_summary value, int count)
        {
            global::System.IntPtr     cPtr = c_csharp_summaryPINVOKE.index_lane_summary_vector_Repeat(index_lane_summary.getCPtr(value), count);
            index_lane_summary_vector ret  = (cPtr == global::System.IntPtr.Zero) ? null : new index_lane_summary_vector(cPtr, true);

            if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #5
0
        public index_lane_summary_vector GetRange(int index, int count)
        {
            global::System.IntPtr     cPtr = c_csharp_summaryPINVOKE.index_lane_summary_vector_GetRange(swigCPtr, index, count);
            index_lane_summary_vector ret  = (cPtr == global::System.IntPtr.Zero) ? null : new index_lane_summary_vector(cPtr, true);

            if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(index_lane_summary_vector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }