Ejemplo n.º 1
0
 public VtValue(VtVec4iArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_54(VtVec4iArray.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public VtVec4iArray(VtVec4iArray other) : this(UsdCsPINVOKE.new_VtVec4iArray__SWIG_3(VtVec4iArray.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public void swap(VtVec4iArray other)
 {
     UsdCsPINVOKE.VtVec4iArray_swap(swigCPtr, VtVec4iArray.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
        public static bool Equals(VtVec4iArray lhs, VtVec4iArray rhs)
        {
            bool ret = UsdCsPINVOKE.VtVec4iArray_Equals(VtVec4iArray.getCPtr(lhs), VtVec4iArray.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
        public bool IsIdentical(VtVec4iArray other)
        {
            bool ret = UsdCsPINVOKE.VtVec4iArray_IsIdentical(swigCPtr, VtVec4iArray.getCPtr(other));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VtVec4iArray obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }