示例#1
0
 public void SetVector(FloatVector fVect)
 {
     MyDLLPINVOKE.CppClass_SetVector(swigCPtr, FloatVector.getCPtr(fVect));
     if (MyDLLPINVOKE.SWIGPendingException.Pending)
     {
         throw MyDLLPINVOKE.SWIGPendingException.Retrieve();
     }
 }