Beispiel #1
0
 public VtValue(VtBoolArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_26(VtBoolArray.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public void swap(VtBoolArray other)
 {
     UsdCsPINVOKE.VtBoolArray_swap(swigCPtr, VtBoolArray.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
        public static bool Equals(VtBoolArray lhs, VtBoolArray rhs)
        {
            bool ret = UsdCsPINVOKE.VtBoolArray_Equals(VtBoolArray.getCPtr(lhs), VtBoolArray.getCPtr(rhs));

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

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