예제 #1
0
 public void Swap(SdfInt64ListOp rhs)
 {
     UsdCsPINVOKE.SdfInt64ListOp_Swap(swigCPtr, SdfInt64ListOp.getCPtr(rhs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public void ComposeOperations(SdfInt64ListOp stronger, SdfListOpType op)
 {
     UsdCsPINVOKE.SdfInt64ListOp_ComposeOperations(swigCPtr, SdfInt64ListOp.getCPtr(stronger), (int)op);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
        public static SdfInt64ListOp Create(UsdGeomLongVector prependedItems)
        {
            SdfInt64ListOp ret = new SdfInt64ListOp(UsdCsPINVOKE.SdfInt64ListOp_Create__SWIG_2(UsdGeomLongVector.getCPtr(prependedItems)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SdfInt64ListOp obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #5
0
        public static SdfInt64ListOp Create()
        {
            SdfInt64ListOp ret = new SdfInt64ListOp(UsdCsPINVOKE.SdfInt64ListOp_Create__SWIG_3(), true);

            return(ret);
        }