FbxTimeSpan.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. //------------------------------------------------------------------------------
  2. // <auto-generated />
  3. //
  4. // This file was automatically generated by SWIG (http://www.swig.org).
  5. // Version 3.0.12
  6. //
  7. // Do not make changes to this file unless you know what you are doing--modify
  8. // the SWIG interface file instead.
  9. //------------------------------------------------------------------------------
  10. namespace Autodesk.Fbx {
  11. public class FbxTimeSpan : global::System.IDisposable {
  12. private global::System.Runtime.InteropServices.HandleRef swigCPtr;
  13. protected bool swigCMemOwn;
  14. internal FbxTimeSpan(global::System.IntPtr cPtr, bool cMemoryOwn) {
  15. swigCMemOwn = cMemoryOwn;
  16. swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
  17. }
  18. internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxTimeSpan obj) {
  19. return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
  20. }
  21. ~FbxTimeSpan() {
  22. Dispose();
  23. }
  24. public virtual void Dispose() {
  25. lock(this) {
  26. if (swigCPtr.Handle != global::System.IntPtr.Zero) {
  27. if (swigCMemOwn) {
  28. swigCMemOwn = false;
  29. NativeMethods.delete_FbxTimeSpan(swigCPtr);
  30. }
  31. swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
  32. }
  33. global::System.GC.SuppressFinalize(this);
  34. }
  35. }
  36. public FbxTimeSpan() : this(NativeMethods.new_FbxTimeSpan__SWIG_0(), true) {
  37. }
  38. public FbxTimeSpan(FbxTime pStart, FbxTime pStop) : this(NativeMethods.new_FbxTimeSpan__SWIG_1(FbxTime.getCPtr(pStart), FbxTime.getCPtr(pStop)), true) {
  39. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  40. }
  41. public void Set(FbxTime pStart, FbxTime pStop) {
  42. NativeMethods.FbxTimeSpan_Set(swigCPtr, FbxTime.getCPtr(pStart), FbxTime.getCPtr(pStop));
  43. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  44. }
  45. public void SetStart(FbxTime pStart) {
  46. NativeMethods.FbxTimeSpan_SetStart(swigCPtr, FbxTime.getCPtr(pStart));
  47. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  48. }
  49. public void SetStop(FbxTime pStop) {
  50. NativeMethods.FbxTimeSpan_SetStop(swigCPtr, FbxTime.getCPtr(pStop));
  51. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  52. }
  53. public FbxTime GetStart() {
  54. FbxTime ret = new FbxTime(NativeMethods.FbxTimeSpan_GetStart(swigCPtr), true);
  55. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  56. return ret;
  57. }
  58. public FbxTime GetStop() {
  59. FbxTime ret = new FbxTime(NativeMethods.FbxTimeSpan_GetStop(swigCPtr), true);
  60. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  61. return ret;
  62. }
  63. public FbxTime GetDuration() {
  64. FbxTime ret = new FbxTime(NativeMethods.FbxTimeSpan_GetDuration(swigCPtr), true);
  65. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  66. return ret;
  67. }
  68. public FbxTime GetSignedDuration() {
  69. FbxTime ret = new FbxTime(NativeMethods.FbxTimeSpan_GetSignedDuration(swigCPtr), true);
  70. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  71. return ret;
  72. }
  73. public int GetDirection() {
  74. int ret = NativeMethods.FbxTimeSpan_GetDirection(swigCPtr);
  75. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  76. return ret;
  77. }
  78. public bool IsInside(FbxTime pTime) {
  79. bool ret = NativeMethods.FbxTimeSpan_IsInside(swigCPtr, FbxTime.getCPtr(pTime));
  80. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  81. return ret;
  82. }
  83. public FbxTimeSpan Intersect(FbxTimeSpan pTime) {
  84. FbxTimeSpan ret = new FbxTimeSpan(NativeMethods.FbxTimeSpan_Intersect(swigCPtr, FbxTimeSpan.getCPtr(pTime)), true);
  85. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  86. return ret;
  87. }
  88. private bool _equals(FbxTimeSpan pTime) {
  89. bool ret = NativeMethods.FbxTimeSpan__equals(swigCPtr, FbxTimeSpan.getCPtr(pTime));
  90. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  91. return ret;
  92. }
  93. public void UnionAssignment(FbxTimeSpan pSpan, int pDirection) {
  94. NativeMethods.FbxTimeSpan_UnionAssignment__SWIG_0(swigCPtr, FbxTimeSpan.getCPtr(pSpan), pDirection);
  95. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  96. }
  97. public void UnionAssignment(FbxTimeSpan pSpan) {
  98. NativeMethods.FbxTimeSpan_UnionAssignment__SWIG_1(swigCPtr, FbxTimeSpan.getCPtr(pSpan));
  99. if (NativeMethods.SWIGPendingException.Pending) throw NativeMethods.SWIGPendingException.Retrieve();
  100. }
  101. public bool Equals(FbxTimeSpan other) {
  102. if (object.ReferenceEquals(other, null)) { return false; }
  103. return _equals(other);
  104. }
  105. public override bool Equals(object obj){
  106. if (object.ReferenceEquals(obj, null)) { return false; }
  107. /* is obj a subclass of this type; if so use our Equals */
  108. var typed = obj as FbxTimeSpan;
  109. if (!object.ReferenceEquals(typed, null)) {
  110. return this.Equals(typed);
  111. }
  112. /* are we a subclass of the other type; if so use their Equals */
  113. if (typeof(FbxTimeSpan).IsSubclassOf(obj.GetType())) {
  114. return obj.Equals(this);
  115. }
  116. /* types are unrelated; can't be a match */
  117. return false;
  118. }
  119. public static bool operator == (FbxTimeSpan a, FbxTimeSpan b) {
  120. if (object.ReferenceEquals(a, b)) { return true; }
  121. if (object.ReferenceEquals(a, null) || object.ReferenceEquals(b, null)) { return false; }
  122. return a.Equals(b);
  123. }
  124. public static bool operator != (FbxTimeSpan a, FbxTimeSpan b) {
  125. return !(a == b);
  126. }
  127. public override int GetHashCode() {
  128. long a = GetStart().GetRaw();
  129. long b = GetStop().GetRaw();
  130. int hash = (int)a;
  131. hash = (hash << 9) | (hash >> 23);
  132. hash ^= (int)(a >> 32);
  133. hash = (hash << 9) | (hash >> 23);
  134. hash ^= (int)b;
  135. hash = (hash << 9) | (hash >> 23);
  136. hash ^= (int)(b >> 32);
  137. return hash;
  138. }
  139. }
  140. }