コード例 #1
0
 public void SetRange(int index, CommonMbVectorPtr values)
 {
     commonWRAPPINVOKE.CommonMbVectorPtr_SetRange(swigCPtr, index, CommonMbVectorPtr.getCPtr(values));
     if (commonWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw commonWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public CommonMbVectorPtr(CommonMbVectorPtr other) : this(commonWRAPPINVOKE.new_CommonMbVectorPtr__SWIG_1(CommonMbVectorPtr.getCPtr(other)), true)
 {
     if (commonWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw commonWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }