public VtValue(VtVec3iArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_50(VtVec3iArray.getCPtr(obj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public VtVec3iArray(VtVec3iArray other) : this(UsdCsPINVOKE.new_VtVec3iArray__SWIG_1(VtVec3iArray.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void swap(VtVec3iArray other) { UsdCsPINVOKE.VtVec3iArray_swap(swigCPtr, VtVec3iArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static bool Equals(VtVec3iArray lhs, VtVec3iArray rhs) { bool ret = UsdCsPINVOKE.VtVec3iArray_Equals(VtVec3iArray.getCPtr(lhs), VtVec3iArray.getCPtr(rhs)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsIdentical(VtVec3iArray other) { bool ret = UsdCsPINVOKE.VtVec3iArray_IsIdentical(swigCPtr, VtVec3iArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(VtVec3iArray obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }