public void SetRange(int index, VertexVector values)
 {
     SharpMochaPINVOKE.VertexVector_SetRange(swigCPtr, index, VertexVector.getCPtr(values));
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public VertexVector(VertexVector other) : this(SharpMochaPINVOKE.new_VertexVector__SWIG_1(VertexVector.getCPtr(other)), true)
 {
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }