Exemple #1
0
 public void Swap(SdfInt64ListOp rhs)
 {
     UsdCsPINVOKE.SdfInt64ListOp_Swap(swigCPtr, SdfInt64ListOp.getCPtr(rhs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void ComposeOperations(SdfInt64ListOp stronger, SdfListOpType op)
 {
     UsdCsPINVOKE.SdfInt64ListOp_ComposeOperations(swigCPtr, SdfInt64ListOp.getCPtr(stronger), (int)op);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }