Exemple #1
0
 public event_type_vector(event_type_vector other) : this(c_csharp_runPINVOKE.new_event_type_vector__SWIG_1(event_type_vector.getCPtr(other)), true)
 {
     if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public event_type_vectorEnumerator(event_type_vector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemple #3
0
 public static void list_interval_events(event_type_vector types)
 {
     c_csharp_plotPINVOKE.list_interval_events(event_type_vector.getCPtr(types));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
 public void SetRange(int index, event_type_vector values)
 {
     c_csharp_runPINVOKE.event_type_vector_SetRange(swigCPtr, index, event_type_vector.getCPtr(values));
     if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #5
0
        public static event_type_vector Repeat(event_type value, int count)
        {
            global::System.IntPtr cPtr = c_csharp_runPINVOKE.event_type_vector_Repeat((int)value, count);
            event_type_vector     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new event_type_vector(cPtr, true);

            if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #6
0
        public event_type_vector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = c_csharp_runPINVOKE.event_type_vector_GetRange(swigCPtr, index, count);
            event_type_vector     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new event_type_vector(cPtr, true);

            if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(event_type_vector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }