コード例 #1
0
 public void ComposeOperations(SdfUInt64ListOp stronger, SdfListOpType op)
 {
     UsdCsPINVOKE.SdfUInt64ListOp_ComposeOperations(swigCPtr, SdfUInt64ListOp.getCPtr(stronger), (int)op);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void Swap(SdfUInt64ListOp rhs)
 {
     UsdCsPINVOKE.SdfUInt64ListOp_Swap(swigCPtr, SdfUInt64ListOp.getCPtr(rhs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
        public static SdfUInt64ListOp Create(StdUInt64Vector prependedItems)
        {
            SdfUInt64ListOp ret = new SdfUInt64ListOp(UsdCsPINVOKE.SdfUInt64ListOp_Create__SWIG_2(StdUInt64Vector.getCPtr(prependedItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #4
0
        public static SdfUInt64ListOp CreateExplicit(StdUInt64Vector explicitItems)
        {
            SdfUInt64ListOp ret = new SdfUInt64ListOp(UsdCsPINVOKE.SdfUInt64ListOp_CreateExplicit__SWIG_0(StdUInt64Vector.getCPtr(explicitItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #5
0
        public static SdfUInt64ListOp Create()
        {
            SdfUInt64ListOp ret = new SdfUInt64ListOp(UsdCsPINVOKE.SdfUInt64ListOp_Create__SWIG_3(), true);

            return(ret);
        }
コード例 #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SdfUInt64ListOp obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }