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

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

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