Ejemplo n.º 1
0
 public VtValue(VtVec4dArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_51(VtVec4dArray.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void swap(VtVec4dArray other)
 {
     UsdCsPINVOKE.VtVec4dArray_swap(swigCPtr, VtVec4dArray.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
        public static bool Equals(VtVec4dArray lhs, VtVec4dArray rhs)
        {
            bool ret = UsdCsPINVOKE.VtVec4dArray_Equals(VtVec4dArray.getCPtr(lhs), VtVec4dArray.getCPtr(rhs));

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

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
 public VtVec4dArray(VtVec4dArray other) : this(UsdCsPINVOKE.new_VtVec4dArray__SWIG_1(VtVec4dArray.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }