public VtValue(VtVec4iArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_54(VtVec4iArray.getCPtr(obj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void swap(VtVec4iArray other) { UsdCsPINVOKE.VtVec4iArray_swap(swigCPtr, VtVec4iArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static bool Equals(VtVec4iArray lhs, VtVec4iArray rhs) { bool ret = UsdCsPINVOKE.VtVec4iArray_Equals(VtVec4iArray.getCPtr(lhs), VtVec4iArray.getCPtr(rhs)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsIdentical(VtVec4iArray other) { bool ret = UsdCsPINVOKE.VtVec4iArray_IsIdentical(swigCPtr, VtVec4iArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public VtVec4iArray(VtVec4iArray other) : this(UsdCsPINVOKE.new_VtVec4iArray__SWIG_3(VtVec4iArray.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }