public VtValue(VtMatrix3dArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_33(VtMatrix3dArray.getCPtr(obj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public VtMatrix3dArray(VtMatrix3dArray other) : this(UsdCsPINVOKE.new_VtMatrix3dArray__SWIG_3(VtMatrix3dArray.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void swap(VtMatrix3dArray other) { UsdCsPINVOKE.VtMatrix3dArray_swap(swigCPtr, VtMatrix3dArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
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); }
public bool IsIdentical(VtMatrix3dArray other) { bool ret = UsdCsPINVOKE.VtMatrix3dArray_IsIdentical(swigCPtr, VtMatrix3dArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
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); }