Beispiel #1
0
 public void ComposeOperations(SdfPathListOp stronger, SdfListOpType op)
 {
     UsdCsPINVOKE.SdfPathListOp_ComposeOperations(swigCPtr, SdfPathListOp.getCPtr(stronger), (int)op);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public void Swap(SdfPathListOp rhs)
 {
     UsdCsPINVOKE.SdfPathListOp_Swap(swigCPtr, SdfPathListOp.getCPtr(rhs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
        public static SdfPathListOp Create(SdfPathVector prependedItems)
        {
            SdfPathListOp ret = new SdfPathListOp(UsdCsPINVOKE.SdfPathListOp_Create__SWIG_2(SdfPathVector.getCPtr(prependedItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #4
0
        public static SdfPathListOp CreateExplicit(SdfPathVector explicitItems)
        {
            SdfPathListOp ret = new SdfPathListOp(UsdCsPINVOKE.SdfPathListOp_CreateExplicit__SWIG_0(SdfPathVector.getCPtr(explicitItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #5
0
        public static SdfPathListOp Create()
        {
            SdfPathListOp ret = new SdfPathListOp(UsdCsPINVOKE.SdfPathListOp_Create__SWIG_3(), true);

            return(ret);
        }
Beispiel #6
0
        public static SdfPathListOp CreateExplicit()
        {
            SdfPathListOp ret = new SdfPathListOp(UsdCsPINVOKE.SdfPathListOp_CreateExplicit__SWIG_1(), true);

            return(ret);
        }
Beispiel #7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SdfPathListOp obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }