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