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