Esempio n. 1
0
 public Point3DfArray(Point3DfArray other) : this(solar_datastructurePINVOKE.new_Point3DfArray__SWIG_1(Point3DfArray.getCPtr(other)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public Point3DfArrayEnumerator(Point3DfArray collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Esempio n. 3
0
 public void SetRange(int index, Point3DfArray values)
 {
     solar_datastructurePINVOKE.Point3DfArray_SetRange(swigCPtr, index, Point3DfArray.getCPtr(values));
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
        public static Point3DfArray Repeat(Point3Df value, int count)
        {
            global::System.IntPtr cPtr = solar_datastructurePINVOKE.Point3DfArray_Repeat(Point3Df.getCPtr(value), count);
            Point3DfArray         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new Point3DfArray(cPtr, true);

            if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
            {
                throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 5
0
        public Point3DfArray GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = solar_datastructurePINVOKE.Point3DfArray_GetRange(swigCPtr, index, count);
            Point3DfArray         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new Point3DfArray(cPtr, true);

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