public VtValue(VtVec3dArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_47(VtVec3dArray.getCPtr(obj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public void swap(VtVec3dArray other) { UsdCsPINVOKE.VtVec3dArray_swap(swigCPtr, VtVec3dArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static bool Equals(VtVec3dArray lhs, VtVec3dArray rhs) { bool ret = UsdCsPINVOKE.VtVec3dArray_Equals(VtVec3dArray.getCPtr(lhs), VtVec3dArray.getCPtr(rhs)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsIdentical(VtVec3dArray other) { bool ret = UsdCsPINVOKE.VtVec3dArray_IsIdentical(swigCPtr, VtVec3dArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public VtVec3dArray(VtVec3dArray other) : this(UsdCsPINVOKE.new_VtVec3dArray__SWIG_1(VtVec3dArray.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }