public void SetRange(int index, CommonMvVector values) { commonWRAPPINVOKE.CommonMvVector_SetRange(swigCPtr, index, CommonMvVector.getCPtr(values)); if (commonWRAPPINVOKE.SWIGPendingException.Pending) { throw commonWRAPPINVOKE.SWIGPendingException.Retrieve(); } }
public CommonMvVector(CommonMvVector other) : this(commonWRAPPINVOKE.new_CommonMvVector__SWIG_1(CommonMvVector.getCPtr(other)), true) { if (commonWRAPPINVOKE.SWIGPendingException.Pending) { throw commonWRAPPINVOKE.SWIGPendingException.Retrieve(); } }