Exemplo n.º 1
0
 public surface_summary_vector(surface_summary_vector other) : this(c_csharp_summaryPINVOKE.new_surface_summary_vector__SWIG_1(surface_summary_vector.getCPtr(other)), true)
 {
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public surface_summary_vectorEnumerator(surface_summary_vector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemplo n.º 3
0
 public void SetRange(int index, surface_summary_vector values)
 {
     c_csharp_summaryPINVOKE.surface_summary_vector_SetRange(swigCPtr, index, surface_summary_vector.getCPtr(values));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
        public static surface_summary_vector Repeat(surface_summary value, int count)
        {
            global::System.IntPtr  cPtr = c_csharp_summaryPINVOKE.surface_summary_vector_Repeat(surface_summary.getCPtr(value), count);
            surface_summary_vector ret  = (cPtr == global::System.IntPtr.Zero) ? null : new surface_summary_vector(cPtr, true);

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

            if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(surface_summary_vector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }