public void SetRange(int index, UsdShadeOutputVector values)
 {
     UsdCsPINVOKE.UsdShadeOutputVector_SetRange(swigCPtr, index, UsdShadeOutputVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public UsdShadeOutputVector(UsdShadeOutputVector other) : this(UsdCsPINVOKE.new_UsdShadeOutputVector__SWIG_1(UsdShadeOutputVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }