public void SetRange(int index, PointVector values) { delivery_modelPINVOKE.PointVector_SetRange(swigCPtr, index, PointVector.getCPtr(values)); if (delivery_modelPINVOKE.SWIGPendingException.Pending) { throw delivery_modelPINVOKE.SWIGPendingException.Retrieve(); } }
public PointVector(PointVector other) : this(delivery_modelPINVOKE.new_PointVector__SWIG_1(PointVector.getCPtr(other)), true) { if (delivery_modelPINVOKE.SWIGPendingException.Pending) { throw delivery_modelPINVOKE.SWIGPendingException.Retrieve(); } }