コード例 #1
0
ファイル: VtValue.cs プロジェクト: khunrobot/usd-unity-sdk
 public VtValue(VtMatrix3dArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_33(VtMatrix3dArray.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public VtMatrix3dArray(VtMatrix3dArray other) : this(UsdCsPINVOKE.new_VtMatrix3dArray__SWIG_3(VtMatrix3dArray.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public void swap(VtMatrix3dArray other)
 {
     UsdCsPINVOKE.VtMatrix3dArray_swap(swigCPtr, VtMatrix3dArray.getCPtr(other));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
        public static bool Equals(VtMatrix3dArray lhs, VtMatrix3dArray rhs)
        {
            bool ret = UsdCsPINVOKE.VtMatrix3dArray_Equals(VtMatrix3dArray.getCPtr(lhs), VtMatrix3dArray.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #5
0
        public bool IsIdentical(VtMatrix3dArray other)
        {
            bool ret = UsdCsPINVOKE.VtMatrix3dArray_IsIdentical(swigCPtr, VtMatrix3dArray.getCPtr(other));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VtMatrix3dArray obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }