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(); } }
public static SdfIntListOp Create(StdIntVector prependedItems) { SdfIntListOp ret = new SdfIntListOp(UsdCsPINVOKE.SdfIntListOp_Create__SWIG_2(StdIntVector.getCPtr(prependedItems)), true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static SdfIntListOp CreateExplicit(StdIntVector explicitItems) { SdfIntListOp ret = new SdfIntListOp(UsdCsPINVOKE.SdfIntListOp_CreateExplicit__SWIG_0(StdIntVector.getCPtr(explicitItems)), true); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static SdfIntListOp Create() { SdfIntListOp ret = new SdfIntListOp(UsdCsPINVOKE.SdfIntListOp_Create__SWIG_3(), true); return(ret); }
public static SdfIntListOp CreateExplicit() { SdfIntListOp ret = new SdfIntListOp(UsdCsPINVOKE.SdfIntListOp_CreateExplicit__SWIG_1(), true); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SdfIntListOp obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }