public void ComposeOperations(SdfTokenListOp stronger, SdfListOpType op) { UsdCsPINVOKE.SdfTokenListOp_ComposeOperations(swigCPtr, SdfTokenListOp.getCPtr(stronger), (int)op); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void Swap(SdfTokenListOp rhs) { UsdCsPINVOKE.SdfTokenListOp_Swap(swigCPtr, SdfTokenListOp.getCPtr(rhs)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static SdfTokenListOp Create(TfTokenVector prependedItems) { SdfTokenListOp ret = new SdfTokenListOp(UsdCsPINVOKE.SdfTokenListOp_Create__SWIG_2(TfTokenVector.getCPtr(prependedItems)), true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static SdfTokenListOp CreateExplicit(TfTokenVector explicitItems) { SdfTokenListOp ret = new SdfTokenListOp(UsdCsPINVOKE.SdfTokenListOp_CreateExplicit__SWIG_0(TfTokenVector.getCPtr(explicitItems)), true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static SdfTokenListOp Create() { SdfTokenListOp ret = new SdfTokenListOp(UsdCsPINVOKE.SdfTokenListOp_Create__SWIG_3(), true); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SdfTokenListOp obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }