Esempio n. 1
0
 public void SetRange(int index, CommonEltVectorPtr values)
 {
     commonWRAPPINVOKE.CommonEltVectorPtr_SetRange(swigCPtr, index, CommonEltVectorPtr.getCPtr(values));
     if (commonWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw commonWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public CommonEltVectorPtr(CommonEltVectorPtr other) : this(commonWRAPPINVOKE.new_CommonEltVectorPtr__SWIG_1(CommonEltVectorPtr.getCPtr(other)), true)
 {
     if (commonWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw commonWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }