コード例 #1
0
 public void SetRange(int index, PcpLayerStackPtrVector values)
 {
     UsdCsPINVOKE.PcpLayerStackPtrVector_SetRange(swigCPtr, index, PcpLayerStackPtrVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public PcpLayerStackPtrVector(PcpLayerStackPtrVector other) : this(UsdCsPINVOKE.new_PcpLayerStackPtrVector__SWIG_1(PcpLayerStackPtrVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }