public void swap(SdfTimeCodeArray other) { UsdCsPINVOKE.SdfTimeCodeArray_swap(swigCPtr, SdfTimeCodeArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public static bool Equals(SdfTimeCodeArray lhs, SdfTimeCodeArray rhs) { bool ret = UsdCsPINVOKE.SdfTimeCodeArray_Equals(SdfTimeCodeArray.getCPtr(lhs), SdfTimeCodeArray.getCPtr(rhs)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsIdentical(SdfTimeCodeArray other) { bool ret = UsdCsPINVOKE.SdfTimeCodeArray_IsIdentical(swigCPtr, SdfTimeCodeArray.getCPtr(other)); if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public SdfTimeCodeArray(SdfTimeCodeArray other) : this(UsdCsPINVOKE.new_SdfTimeCodeArray__SWIG_1(SdfTimeCodeArray.getCPtr(other)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }
public VtValue(SdfTimeCodeArray obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_26(SdfTimeCodeArray.getCPtr(obj)), true) { if (UsdCsPINVOKE.SWIGPendingException.Pending) { throw UsdCsPINVOKE.SWIGPendingException.Retrieve(); } }