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