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

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

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