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