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