Exemplo n.º 1
0
 public SVector(SVector other) : this(yarpPINVOKE.new_SVector__SWIG_1(SVector.getCPtr(other)), true)
 {
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void SetRange(int index, SVector values)
 {
     yarpPINVOKE.SVector_SetRange(swigCPtr, index, SVector.getCPtr(values));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public void AddRange(SVector values)
 {
     yarpPINVOKE.SVector_AddRange(swigCPtr, SVector.getCPtr(values));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }