public VtValue(VtQuatdArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_35(VtQuatdArray.getCPtr(obj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public VtQuatdArray(VtQuatdArray other) : this(UsdCsPINVOKE.new_VtQuatdArray__SWIG_1(VtQuatdArray.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void swap(VtQuatdArray other) { UsdCsPINVOKE.VtQuatdArray_swap(swigCPtr, VtQuatdArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static bool Equals(VtQuatdArray lhs, VtQuatdArray rhs) { bool ret = UsdCsPINVOKE.VtQuatdArray_Equals(VtQuatdArray.getCPtr(lhs), VtQuatdArray.getCPtr(rhs)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsIdentical(VtQuatdArray other) { bool ret = UsdCsPINVOKE.VtQuatdArray_IsIdentical(swigCPtr, VtQuatdArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VtQuatdArray obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }