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

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

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #5
0
 public VtDoubleArray(VtDoubleArray other) : this(UsdCsPINVOKE.new_VtDoubleArray__SWIG_1(VtDoubleArray.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }