public Contour2DfArray(Contour2DfArray other) : this(solar_datastructurePINVOKE.new_Contour2DfArray__SWIG_1(Contour2DfArray.getCPtr(other)), true) { if (solar_datastructurePINVOKE.SWIGPendingException.Pending) { throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve(); } }
public Contour2DfArrayEnumerator(Contour2DfArray collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, Contour2DfArray values) { solar_datastructurePINVOKE.Contour2DfArray_SetRange(swigCPtr, index, Contour2DfArray.getCPtr(values)); if (solar_datastructurePINVOKE.SWIGPendingException.Pending) { throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve(); } }
public static Contour2DfArray Repeat(Point2DfArray value, int count) { global::System.IntPtr cPtr = solar_datastructurePINVOKE.Contour2DfArray_Repeat(Point2DfArray.getCPtr(value), count); Contour2DfArray ret = (cPtr == global::System.IntPtr.Zero) ? null : new Contour2DfArray(cPtr, true); if (solar_datastructurePINVOKE.SWIGPendingException.Pending) { throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public Contour2DfArray GetRange(int index, int count) { global::System.IntPtr cPtr = solar_datastructurePINVOKE.Contour2DfArray_GetRange(swigCPtr, index, count); Contour2DfArray ret = (cPtr == global::System.IntPtr.Zero) ? null : new Contour2DfArray(cPtr, true); if (solar_datastructurePINVOKE.SWIGPendingException.Pending) { throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Contour2DfArray obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }