예제 #1
0
 public lane_summary_vector(lane_summary_vector other) : this(c_csharp_summaryPINVOKE.new_lane_summary_vector__SWIG_1(lane_summary_vector.getCPtr(other)), true)
 {
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public lane_summary_vectorEnumerator(lane_summary_vector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
예제 #3
0
 public void SetRange(int index, lane_summary_vector values)
 {
     c_csharp_summaryPINVOKE.lane_summary_vector_SetRange(swigCPtr, index, lane_summary_vector.getCPtr(values));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #4
0
        public static lane_summary_vector Repeat(lane_summary value, int count)
        {
            global::System.IntPtr cPtr = c_csharp_summaryPINVOKE.lane_summary_vector_Repeat(lane_summary.getCPtr(value), count);
            lane_summary_vector   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new lane_summary_vector(cPtr, true);

            if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #5
0
        public lane_summary_vector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = c_csharp_summaryPINVOKE.lane_summary_vector_GetRange(swigCPtr, index, count);
            lane_summary_vector   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new 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(lane_summary_vector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }