Beispiel #1
0
 public VtValue(VtUCharArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_40(VtUCharArray.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void swap(VtUCharArray other)
 {
     UsdCsPINVOKE.VtUCharArray_swap(swigCPtr, VtUCharArray.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public static bool Equals(VtUCharArray lhs, VtUCharArray rhs)
        {
            bool ret = UsdCsPINVOKE.VtUCharArray_Equals(VtUCharArray.getCPtr(lhs), VtUCharArray.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public bool IsIdentical(VtUCharArray other)
        {
            bool ret = UsdCsPINVOKE.VtUCharArray_IsIdentical(swigCPtr, VtUCharArray.getCPtr(other));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public VtUCharArray(VtUCharArray other) : this(UsdCsPINVOKE.new_VtUCharArray__SWIG_3(VtUCharArray.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }