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 Contour2DfArray(Contour2DfArray other) : this(solar_datastructurePINVOKE.new_Contour2DfArray__SWIG_1(Contour2DfArray.getCPtr(other)), true) { if (solar_datastructurePINVOKE.SWIGPendingException.Pending) { throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve(); } }