Пример #1
0
 public SdfTimeCodeArray(SdfTimeCodeArray other) : this(UsdCsPINVOKE.new_SdfTimeCodeArray__SWIG_1(SdfTimeCodeArray.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public VtValue(SdfTimeCodeArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_26(SdfTimeCodeArray.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 public void swap(SdfTimeCodeArray other)
 {
     UsdCsPINVOKE.SdfTimeCodeArray_swap(swigCPtr, SdfTimeCodeArray.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
        public static bool Equals(SdfTimeCodeArray lhs, SdfTimeCodeArray rhs)
        {
            bool ret = UsdCsPINVOKE.SdfTimeCodeArray_Equals(SdfTimeCodeArray.getCPtr(lhs), SdfTimeCodeArray.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #5
0
        public bool IsIdentical(SdfTimeCodeArray other)
        {
            bool ret = UsdCsPINVOKE.SdfTimeCodeArray_IsIdentical(swigCPtr, SdfTimeCodeArray.getCPtr(other));

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