Example #1
0
 public void ComposeOperations(SdfUIntListOp stronger, SdfListOpType op)
 {
     UsdCsPINVOKE.SdfUIntListOp_ComposeOperations(swigCPtr, SdfUIntListOp.getCPtr(stronger), (int)op);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void Swap(SdfUIntListOp rhs)
 {
     UsdCsPINVOKE.SdfUIntListOp_Swap(swigCPtr, SdfUIntListOp.getCPtr(rhs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }