public VtValue(VtVec2hArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_45(VtVec2hArray.getCPtr(obj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void swap(VtVec2hArray other) { UsdCsPINVOKE.VtVec2hArray_swap(swigCPtr, VtVec2hArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static bool Equals(VtVec2hArray lhs, VtVec2hArray rhs) { bool ret = UsdCsPINVOKE.VtVec2hArray_Equals(VtVec2hArray.getCPtr(lhs), VtVec2hArray.getCPtr(rhs)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsIdentical(VtVec2hArray other) { bool ret = UsdCsPINVOKE.VtVec2hArray_IsIdentical(swigCPtr, VtVec2hArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public VtVec2hArray(VtVec2hArray other) : this(UsdCsPINVOKE.new_VtVec2hArray__SWIG_1(VtVec2hArray.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }