Example #1
0
 public VtValue(VtVec3iArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_50(VtVec3iArray.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void swap(VtVec3iArray other)
 {
     UsdCsPINVOKE.VtVec3iArray_swap(swigCPtr, VtVec3iArray.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
        public static bool Equals(VtVec3iArray lhs, VtVec3iArray rhs)
        {
            bool ret = UsdCsPINVOKE.VtVec3iArray_Equals(VtVec3iArray.getCPtr(lhs), VtVec3iArray.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
        public bool IsIdentical(VtVec3iArray other)
        {
            bool ret = UsdCsPINVOKE.VtVec3iArray_IsIdentical(swigCPtr, VtVec3iArray.getCPtr(other));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #5
0
 public VtVec3iArray(VtVec3iArray other) : this(UsdCsPINVOKE.new_VtVec3iArray__SWIG_1(VtVec3iArray.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }