Пример #1
0
 public void Swap(SdfStringListOp rhs)
 {
     UsdCsPINVOKE.SdfStringListOp_Swap(swigCPtr, SdfStringListOp.getCPtr(rhs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public void ComposeOperations(SdfStringListOp stronger, SdfListOpType op)
 {
     UsdCsPINVOKE.SdfStringListOp_ComposeOperations(swigCPtr, SdfStringListOp.getCPtr(stronger), (int)op);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
        public bool SetClipSets(SdfStringListOp clipSets)
        {
            bool ret = UsdCsPINVOKE.UsdClipsAPI_SetClipSets(swigCPtr, SdfStringListOp.getCPtr(clipSets));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #4
0
        public static SdfStringListOp Create(StdStringVector prependedItems)
        {
            SdfStringListOp ret = new SdfStringListOp(UsdCsPINVOKE.SdfStringListOp_Create__SWIG_2(StdStringVector.getCPtr(prependedItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #5
0
        public static SdfStringListOp CreateExplicit(StdStringVector explicitItems)
        {
            SdfStringListOp ret = new SdfStringListOp(UsdCsPINVOKE.SdfStringListOp_CreateExplicit__SWIG_0(StdStringVector.getCPtr(explicitItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SdfStringListOp obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #7
0
        public bool GetClipSets(SdfStringListOp clipSets)
        {
            bool ret = UsdCsPINVOKE.UsdClipsAPI_GetClipSets(swigCPtr, SdfStringListOp.getCPtr(clipSets));

            return(ret);
        }
Пример #8
0
        public static SdfStringListOp Create()
        {
            SdfStringListOp ret = new SdfStringListOp(UsdCsPINVOKE.SdfStringListOp_Create__SWIG_3(), true);

            return(ret);
        }