Esempio n. 1
0
 public void ComposeOperations(SdfUIntListOp stronger, SdfListOpType op)
 {
     UsdCsPINVOKE.SdfUIntListOp_ComposeOperations(swigCPtr, SdfUIntListOp.getCPtr(stronger), (int)op);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void Swap(SdfUIntListOp rhs)
 {
     UsdCsPINVOKE.SdfUIntListOp_Swap(swigCPtr, SdfUIntListOp.getCPtr(rhs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
        public static SdfUIntListOp Create(StdUIntVector prependedItems)
        {
            SdfUIntListOp ret = new SdfUIntListOp(UsdCsPINVOKE.SdfUIntListOp_Create__SWIG_2(StdUIntVector.getCPtr(prependedItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 4
0
        public static SdfUIntListOp CreateExplicit(StdUIntVector explicitItems)
        {
            SdfUIntListOp ret = new SdfUIntListOp(UsdCsPINVOKE.SdfUIntListOp_CreateExplicit__SWIG_0(StdUIntVector.getCPtr(explicitItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 5
0
        public static SdfUIntListOp Create()
        {
            SdfUIntListOp ret = new SdfUIntListOp(UsdCsPINVOKE.SdfUIntListOp_Create__SWIG_3(), true);

            return(ret);
        }
Esempio n. 6
0
        public static SdfUIntListOp CreateExplicit()
        {
            SdfUIntListOp ret = new SdfUIntListOp(UsdCsPINVOKE.SdfUIntListOp_CreateExplicit__SWIG_1(), true);

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