GestureEstimatePINVOKE.cs 93 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232
  1. //------------------------------------------------------------------------------
  2. // <auto-generated />
  3. //
  4. // This file was automatically generated by SWIG (http://www.swig.org).
  5. // Version 4.0.2
  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. class GestureEstimatePINVOKE {
  11. protected class SWIGExceptionHelper {
  12. public delegate void ExceptionDelegate(string message);
  13. public delegate void ExceptionArgumentDelegate(string message, string paramName);
  14. static ExceptionDelegate applicationDelegate = new ExceptionDelegate(SetPendingApplicationException);
  15. static ExceptionDelegate arithmeticDelegate = new ExceptionDelegate(SetPendingArithmeticException);
  16. static ExceptionDelegate divideByZeroDelegate = new ExceptionDelegate(SetPendingDivideByZeroException);
  17. static ExceptionDelegate indexOutOfRangeDelegate = new ExceptionDelegate(SetPendingIndexOutOfRangeException);
  18. static ExceptionDelegate invalidCastDelegate = new ExceptionDelegate(SetPendingInvalidCastException);
  19. static ExceptionDelegate invalidOperationDelegate = new ExceptionDelegate(SetPendingInvalidOperationException);
  20. static ExceptionDelegate ioDelegate = new ExceptionDelegate(SetPendingIOException);
  21. static ExceptionDelegate nullReferenceDelegate = new ExceptionDelegate(SetPendingNullReferenceException);
  22. static ExceptionDelegate outOfMemoryDelegate = new ExceptionDelegate(SetPendingOutOfMemoryException);
  23. static ExceptionDelegate overflowDelegate = new ExceptionDelegate(SetPendingOverflowException);
  24. static ExceptionDelegate systemDelegate = new ExceptionDelegate(SetPendingSystemException);
  25. static ExceptionArgumentDelegate argumentDelegate = new ExceptionArgumentDelegate(SetPendingArgumentException);
  26. static ExceptionArgumentDelegate argumentNullDelegate = new ExceptionArgumentDelegate(SetPendingArgumentNullException);
  27. static ExceptionArgumentDelegate argumentOutOfRangeDelegate = new ExceptionArgumentDelegate(SetPendingArgumentOutOfRangeException);
  28. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="SWIGRegisterExceptionCallbacks_GestureEstimate")]
  29. public static extern void SWIGRegisterExceptionCallbacks_GestureEstimate(
  30. ExceptionDelegate applicationDelegate,
  31. ExceptionDelegate arithmeticDelegate,
  32. ExceptionDelegate divideByZeroDelegate,
  33. ExceptionDelegate indexOutOfRangeDelegate,
  34. ExceptionDelegate invalidCastDelegate,
  35. ExceptionDelegate invalidOperationDelegate,
  36. ExceptionDelegate ioDelegate,
  37. ExceptionDelegate nullReferenceDelegate,
  38. ExceptionDelegate outOfMemoryDelegate,
  39. ExceptionDelegate overflowDelegate,
  40. ExceptionDelegate systemExceptionDelegate);
  41. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="SWIGRegisterExceptionArgumentCallbacks_GestureEstimate")]
  42. public static extern void SWIGRegisterExceptionCallbacksArgument_GestureEstimate(
  43. ExceptionArgumentDelegate argumentDelegate,
  44. ExceptionArgumentDelegate argumentNullDelegate,
  45. ExceptionArgumentDelegate argumentOutOfRangeDelegate);
  46. static void SetPendingApplicationException(string message) {
  47. SWIGPendingException.Set(new global::System.ApplicationException(message, SWIGPendingException.Retrieve()));
  48. }
  49. static void SetPendingArithmeticException(string message) {
  50. SWIGPendingException.Set(new global::System.ArithmeticException(message, SWIGPendingException.Retrieve()));
  51. }
  52. static void SetPendingDivideByZeroException(string message) {
  53. SWIGPendingException.Set(new global::System.DivideByZeroException(message, SWIGPendingException.Retrieve()));
  54. }
  55. static void SetPendingIndexOutOfRangeException(string message) {
  56. SWIGPendingException.Set(new global::System.IndexOutOfRangeException(message, SWIGPendingException.Retrieve()));
  57. }
  58. static void SetPendingInvalidCastException(string message) {
  59. SWIGPendingException.Set(new global::System.InvalidCastException(message, SWIGPendingException.Retrieve()));
  60. }
  61. static void SetPendingInvalidOperationException(string message) {
  62. SWIGPendingException.Set(new global::System.InvalidOperationException(message, SWIGPendingException.Retrieve()));
  63. }
  64. static void SetPendingIOException(string message) {
  65. SWIGPendingException.Set(new global::System.IO.IOException(message, SWIGPendingException.Retrieve()));
  66. }
  67. static void SetPendingNullReferenceException(string message) {
  68. SWIGPendingException.Set(new global::System.NullReferenceException(message, SWIGPendingException.Retrieve()));
  69. }
  70. static void SetPendingOutOfMemoryException(string message) {
  71. SWIGPendingException.Set(new global::System.OutOfMemoryException(message, SWIGPendingException.Retrieve()));
  72. }
  73. static void SetPendingOverflowException(string message) {
  74. SWIGPendingException.Set(new global::System.OverflowException(message, SWIGPendingException.Retrieve()));
  75. }
  76. static void SetPendingSystemException(string message) {
  77. SWIGPendingException.Set(new global::System.SystemException(message, SWIGPendingException.Retrieve()));
  78. }
  79. static void SetPendingArgumentException(string message, string paramName) {
  80. SWIGPendingException.Set(new global::System.ArgumentException(message, paramName, SWIGPendingException.Retrieve()));
  81. }
  82. static void SetPendingArgumentNullException(string message, string paramName) {
  83. global::System.Exception e = SWIGPendingException.Retrieve();
  84. if (e != null) message = message + " Inner Exception: " + e.Message;
  85. SWIGPendingException.Set(new global::System.ArgumentNullException(paramName, message));
  86. }
  87. static void SetPendingArgumentOutOfRangeException(string message, string paramName) {
  88. global::System.Exception e = SWIGPendingException.Retrieve();
  89. if (e != null) message = message + " Inner Exception: " + e.Message;
  90. SWIGPendingException.Set(new global::System.ArgumentOutOfRangeException(paramName, message));
  91. }
  92. static SWIGExceptionHelper() {
  93. SWIGRegisterExceptionCallbacks_GestureEstimate(
  94. applicationDelegate,
  95. arithmeticDelegate,
  96. divideByZeroDelegate,
  97. indexOutOfRangeDelegate,
  98. invalidCastDelegate,
  99. invalidOperationDelegate,
  100. ioDelegate,
  101. nullReferenceDelegate,
  102. outOfMemoryDelegate,
  103. overflowDelegate,
  104. systemDelegate);
  105. SWIGRegisterExceptionCallbacksArgument_GestureEstimate(
  106. argumentDelegate,
  107. argumentNullDelegate,
  108. argumentOutOfRangeDelegate);
  109. }
  110. }
  111. protected static SWIGExceptionHelper swigExceptionHelper = new SWIGExceptionHelper();
  112. public class SWIGPendingException {
  113. [global::System.ThreadStatic]
  114. private static global::System.Exception pendingException = null;
  115. private static int numExceptionsPending = 0;
  116. private static global::System.Object exceptionsLock = null;
  117. public static bool Pending {
  118. get {
  119. bool pending = false;
  120. if (numExceptionsPending > 0)
  121. if (pendingException != null)
  122. pending = true;
  123. return pending;
  124. }
  125. }
  126. public static void Set(global::System.Exception e) {
  127. if (pendingException != null)
  128. throw new global::System.ApplicationException("FATAL: An earlier pending exception from unmanaged code was missed and thus not thrown (" + pendingException.ToString() + ")", e);
  129. pendingException = e;
  130. lock(exceptionsLock) {
  131. numExceptionsPending++;
  132. }
  133. }
  134. public static global::System.Exception Retrieve() {
  135. global::System.Exception e = null;
  136. if (numExceptionsPending > 0) {
  137. if (pendingException != null) {
  138. e = pendingException;
  139. pendingException = null;
  140. lock(exceptionsLock) {
  141. numExceptionsPending--;
  142. }
  143. }
  144. }
  145. return e;
  146. }
  147. static SWIGPendingException() {
  148. exceptionsLock = new global::System.Object();
  149. }
  150. }
  151. protected class SWIGStringHelper {
  152. public delegate string SWIGStringDelegate(string message);
  153. static SWIGStringDelegate stringDelegate = new SWIGStringDelegate(CreateString);
  154. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="SWIGRegisterStringCallback_GestureEstimate")]
  155. public static extern void SWIGRegisterStringCallback_GestureEstimate(SWIGStringDelegate stringDelegate);
  156. static string CreateString(string cString) {
  157. return cString;
  158. }
  159. static SWIGStringHelper() {
  160. SWIGRegisterStringCallback_GestureEstimate(stringDelegate);
  161. }
  162. }
  163. static protected SWIGStringHelper swigStringHelper = new SWIGStringHelper();
  164. static GestureEstimatePINVOKE() {
  165. }
  166. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2i__SWIG_0")]
  167. public static extern global::System.IntPtr new_Point2i__SWIG_0();
  168. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2i__SWIG_1")]
  169. public static extern global::System.IntPtr new_Point2i__SWIG_1(int jarg1, int jarg2);
  170. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2i_dot")]
  171. public static extern int Point2i_dot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  172. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2i_ddot")]
  173. public static extern double Point2i_ddot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  174. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2i_cross")]
  175. public static extern double Point2i_cross(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  176. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2i_x_set")]
  177. public static extern void Point2i_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  178. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2i_x_get")]
  179. public static extern int Point2i_x_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  180. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2i_y_set")]
  181. public static extern void Point2i_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  182. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2i_y_get")]
  183. public static extern int Point2i_y_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  184. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point2i")]
  185. public static extern void delete_Point2i(global::System.Runtime.InteropServices.HandleRef jarg1);
  186. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2f__SWIG_0")]
  187. public static extern global::System.IntPtr new_Point2f__SWIG_0();
  188. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2f__SWIG_1")]
  189. public static extern global::System.IntPtr new_Point2f__SWIG_1(float jarg1, float jarg2);
  190. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2f_dot")]
  191. public static extern float Point2f_dot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  192. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2f_ddot")]
  193. public static extern double Point2f_ddot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  194. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2f_cross")]
  195. public static extern double Point2f_cross(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  196. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2f_x_set")]
  197. public static extern void Point2f_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  198. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2f_x_get")]
  199. public static extern float Point2f_x_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  200. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2f_y_set")]
  201. public static extern void Point2f_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  202. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2f_y_get")]
  203. public static extern float Point2f_y_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  204. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point2f")]
  205. public static extern void delete_Point2f(global::System.Runtime.InteropServices.HandleRef jarg1);
  206. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2d__SWIG_0")]
  207. public static extern global::System.IntPtr new_Point2d__SWIG_0();
  208. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2d__SWIG_1")]
  209. public static extern global::System.IntPtr new_Point2d__SWIG_1(double jarg1, double jarg2);
  210. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2d_dot")]
  211. public static extern double Point2d_dot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  212. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2d_ddot")]
  213. public static extern double Point2d_ddot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  214. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2d_cross")]
  215. public static extern double Point2d_cross(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  216. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2d_x_set")]
  217. public static extern void Point2d_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
  218. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2d_x_get")]
  219. public static extern double Point2d_x_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  220. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2d_y_set")]
  221. public static extern void Point2d_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
  222. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2d_y_get")]
  223. public static extern double Point2d_y_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  224. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point2d")]
  225. public static extern void delete_Point2d(global::System.Runtime.InteropServices.HandleRef jarg1);
  226. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_Clear")]
  227. public static extern void Point2iList_Clear(global::System.Runtime.InteropServices.HandleRef jarg1);
  228. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_Add")]
  229. public static extern void Point2iList_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  230. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_size")]
  231. public static extern uint Point2iList_size(global::System.Runtime.InteropServices.HandleRef jarg1);
  232. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_capacity")]
  233. public static extern uint Point2iList_capacity(global::System.Runtime.InteropServices.HandleRef jarg1);
  234. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_reserve")]
  235. public static extern void Point2iList_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
  236. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2iList__SWIG_0")]
  237. public static extern global::System.IntPtr new_Point2iList__SWIG_0();
  238. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2iList__SWIG_1")]
  239. public static extern global::System.IntPtr new_Point2iList__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
  240. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2iList__SWIG_2")]
  241. public static extern global::System.IntPtr new_Point2iList__SWIG_2(int jarg1);
  242. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_getitemcopy")]
  243. public static extern global::System.IntPtr Point2iList_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  244. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_getitem")]
  245. public static extern global::System.IntPtr Point2iList_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  246. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_setitem")]
  247. public static extern void Point2iList_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  248. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_AddRange")]
  249. public static extern void Point2iList_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  250. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_GetRange")]
  251. public static extern global::System.IntPtr Point2iList_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  252. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_Insert")]
  253. public static extern void Point2iList_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  254. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_InsertRange")]
  255. public static extern void Point2iList_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  256. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_RemoveAt")]
  257. public static extern void Point2iList_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  258. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_RemoveRange")]
  259. public static extern void Point2iList_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  260. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_Repeat")]
  261. public static extern global::System.IntPtr Point2iList_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  262. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_Reverse__SWIG_0")]
  263. public static extern void Point2iList_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
  264. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_Reverse__SWIG_1")]
  265. public static extern void Point2iList_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  266. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2iList_SetRange")]
  267. public static extern void Point2iList_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  268. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point2iList")]
  269. public static extern void delete_Point2iList(global::System.Runtime.InteropServices.HandleRef jarg1);
  270. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_Clear")]
  271. public static extern void Point2fList_Clear(global::System.Runtime.InteropServices.HandleRef jarg1);
  272. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_Add")]
  273. public static extern void Point2fList_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  274. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_size")]
  275. public static extern uint Point2fList_size(global::System.Runtime.InteropServices.HandleRef jarg1);
  276. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_capacity")]
  277. public static extern uint Point2fList_capacity(global::System.Runtime.InteropServices.HandleRef jarg1);
  278. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_reserve")]
  279. public static extern void Point2fList_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
  280. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2fList__SWIG_0")]
  281. public static extern global::System.IntPtr new_Point2fList__SWIG_0();
  282. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2fList__SWIG_1")]
  283. public static extern global::System.IntPtr new_Point2fList__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
  284. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2fList__SWIG_2")]
  285. public static extern global::System.IntPtr new_Point2fList__SWIG_2(int jarg1);
  286. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_getitemcopy")]
  287. public static extern global::System.IntPtr Point2fList_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  288. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_getitem")]
  289. public static extern global::System.IntPtr Point2fList_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  290. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_setitem")]
  291. public static extern void Point2fList_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  292. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_AddRange")]
  293. public static extern void Point2fList_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  294. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_GetRange")]
  295. public static extern global::System.IntPtr Point2fList_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  296. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_Insert")]
  297. public static extern void Point2fList_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  298. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_InsertRange")]
  299. public static extern void Point2fList_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  300. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_RemoveAt")]
  301. public static extern void Point2fList_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  302. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_RemoveRange")]
  303. public static extern void Point2fList_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  304. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_Repeat")]
  305. public static extern global::System.IntPtr Point2fList_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  306. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_Reverse__SWIG_0")]
  307. public static extern void Point2fList_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
  308. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_Reverse__SWIG_1")]
  309. public static extern void Point2fList_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  310. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2fList_SetRange")]
  311. public static extern void Point2fList_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  312. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point2fList")]
  313. public static extern void delete_Point2fList(global::System.Runtime.InteropServices.HandleRef jarg1);
  314. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_Clear")]
  315. public static extern void Point2dList_Clear(global::System.Runtime.InteropServices.HandleRef jarg1);
  316. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_Add")]
  317. public static extern void Point2dList_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  318. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_size")]
  319. public static extern uint Point2dList_size(global::System.Runtime.InteropServices.HandleRef jarg1);
  320. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_capacity")]
  321. public static extern uint Point2dList_capacity(global::System.Runtime.InteropServices.HandleRef jarg1);
  322. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_reserve")]
  323. public static extern void Point2dList_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
  324. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2dList__SWIG_0")]
  325. public static extern global::System.IntPtr new_Point2dList__SWIG_0();
  326. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2dList__SWIG_1")]
  327. public static extern global::System.IntPtr new_Point2dList__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
  328. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point2dList__SWIG_2")]
  329. public static extern global::System.IntPtr new_Point2dList__SWIG_2(int jarg1);
  330. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_getitemcopy")]
  331. public static extern global::System.IntPtr Point2dList_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  332. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_getitem")]
  333. public static extern global::System.IntPtr Point2dList_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  334. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_setitem")]
  335. public static extern void Point2dList_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  336. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_AddRange")]
  337. public static extern void Point2dList_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  338. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_GetRange")]
  339. public static extern global::System.IntPtr Point2dList_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  340. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_Insert")]
  341. public static extern void Point2dList_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  342. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_InsertRange")]
  343. public static extern void Point2dList_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  344. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_RemoveAt")]
  345. public static extern void Point2dList_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  346. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_RemoveRange")]
  347. public static extern void Point2dList_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  348. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_Repeat")]
  349. public static extern global::System.IntPtr Point2dList_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  350. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_Reverse__SWIG_0")]
  351. public static extern void Point2dList_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
  352. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_Reverse__SWIG_1")]
  353. public static extern void Point2dList_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  354. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point2dList_SetRange")]
  355. public static extern void Point2dList_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  356. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point2dList")]
  357. public static extern void delete_Point2dList(global::System.Runtime.InteropServices.HandleRef jarg1);
  358. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3i__SWIG_0")]
  359. public static extern global::System.IntPtr new_Point3i__SWIG_0();
  360. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3i__SWIG_1")]
  361. public static extern global::System.IntPtr new_Point3i__SWIG_1(int jarg1, int jarg2, int jarg3);
  362. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3i_dot")]
  363. public static extern int Point3i_dot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  364. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3i_ddot")]
  365. public static extern double Point3i_ddot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  366. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3i_cross")]
  367. public static extern global::System.IntPtr Point3i_cross(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  368. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3i_x_set")]
  369. public static extern void Point3i_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  370. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3i_x_get")]
  371. public static extern int Point3i_x_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  372. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3i_y_set")]
  373. public static extern void Point3i_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  374. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3i_y_get")]
  375. public static extern int Point3i_y_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  376. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3i_z_set")]
  377. public static extern void Point3i_z_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  378. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3i_z_get")]
  379. public static extern int Point3i_z_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  380. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point3i")]
  381. public static extern void delete_Point3i(global::System.Runtime.InteropServices.HandleRef jarg1);
  382. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3f__SWIG_0")]
  383. public static extern global::System.IntPtr new_Point3f__SWIG_0();
  384. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3f__SWIG_1")]
  385. public static extern global::System.IntPtr new_Point3f__SWIG_1(float jarg1, float jarg2, float jarg3);
  386. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3f_dot")]
  387. public static extern float Point3f_dot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  388. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3f_ddot")]
  389. public static extern double Point3f_ddot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  390. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3f_cross")]
  391. public static extern global::System.IntPtr Point3f_cross(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  392. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3f_x_set")]
  393. public static extern void Point3f_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  394. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3f_x_get")]
  395. public static extern float Point3f_x_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  396. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3f_y_set")]
  397. public static extern void Point3f_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  398. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3f_y_get")]
  399. public static extern float Point3f_y_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  400. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3f_z_set")]
  401. public static extern void Point3f_z_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  402. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3f_z_get")]
  403. public static extern float Point3f_z_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  404. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point3f")]
  405. public static extern void delete_Point3f(global::System.Runtime.InteropServices.HandleRef jarg1);
  406. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3d__SWIG_0")]
  407. public static extern global::System.IntPtr new_Point3d__SWIG_0();
  408. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3d__SWIG_1")]
  409. public static extern global::System.IntPtr new_Point3d__SWIG_1(double jarg1, double jarg2, double jarg3);
  410. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3d_dot")]
  411. public static extern double Point3d_dot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  412. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3d_ddot")]
  413. public static extern double Point3d_ddot(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  414. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3d_cross")]
  415. public static extern global::System.IntPtr Point3d_cross(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  416. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3d_x_set")]
  417. public static extern void Point3d_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
  418. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3d_x_get")]
  419. public static extern double Point3d_x_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  420. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3d_y_set")]
  421. public static extern void Point3d_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
  422. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3d_y_get")]
  423. public static extern double Point3d_y_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  424. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3d_z_set")]
  425. public static extern void Point3d_z_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
  426. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3d_z_get")]
  427. public static extern double Point3d_z_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  428. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point3d")]
  429. public static extern void delete_Point3d(global::System.Runtime.InteropServices.HandleRef jarg1);
  430. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_Clear")]
  431. public static extern void Point3iList_Clear(global::System.Runtime.InteropServices.HandleRef jarg1);
  432. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_Add")]
  433. public static extern void Point3iList_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  434. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_size")]
  435. public static extern uint Point3iList_size(global::System.Runtime.InteropServices.HandleRef jarg1);
  436. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_capacity")]
  437. public static extern uint Point3iList_capacity(global::System.Runtime.InteropServices.HandleRef jarg1);
  438. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_reserve")]
  439. public static extern void Point3iList_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
  440. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3iList__SWIG_0")]
  441. public static extern global::System.IntPtr new_Point3iList__SWIG_0();
  442. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3iList__SWIG_1")]
  443. public static extern global::System.IntPtr new_Point3iList__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
  444. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3iList__SWIG_2")]
  445. public static extern global::System.IntPtr new_Point3iList__SWIG_2(int jarg1);
  446. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_getitemcopy")]
  447. public static extern global::System.IntPtr Point3iList_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  448. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_getitem")]
  449. public static extern global::System.IntPtr Point3iList_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  450. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_setitem")]
  451. public static extern void Point3iList_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  452. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_AddRange")]
  453. public static extern void Point3iList_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  454. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_GetRange")]
  455. public static extern global::System.IntPtr Point3iList_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  456. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_Insert")]
  457. public static extern void Point3iList_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  458. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_InsertRange")]
  459. public static extern void Point3iList_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  460. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_RemoveAt")]
  461. public static extern void Point3iList_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  462. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_RemoveRange")]
  463. public static extern void Point3iList_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  464. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_Repeat")]
  465. public static extern global::System.IntPtr Point3iList_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  466. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_Reverse__SWIG_0")]
  467. public static extern void Point3iList_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
  468. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_Reverse__SWIG_1")]
  469. public static extern void Point3iList_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  470. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3iList_SetRange")]
  471. public static extern void Point3iList_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  472. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point3iList")]
  473. public static extern void delete_Point3iList(global::System.Runtime.InteropServices.HandleRef jarg1);
  474. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_Clear")]
  475. public static extern void Point3fList_Clear(global::System.Runtime.InteropServices.HandleRef jarg1);
  476. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_Add")]
  477. public static extern void Point3fList_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  478. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_size")]
  479. public static extern uint Point3fList_size(global::System.Runtime.InteropServices.HandleRef jarg1);
  480. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_capacity")]
  481. public static extern uint Point3fList_capacity(global::System.Runtime.InteropServices.HandleRef jarg1);
  482. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_reserve")]
  483. public static extern void Point3fList_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
  484. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3fList__SWIG_0")]
  485. public static extern global::System.IntPtr new_Point3fList__SWIG_0();
  486. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3fList__SWIG_1")]
  487. public static extern global::System.IntPtr new_Point3fList__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
  488. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3fList__SWIG_2")]
  489. public static extern global::System.IntPtr new_Point3fList__SWIG_2(int jarg1);
  490. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_getitemcopy")]
  491. public static extern global::System.IntPtr Point3fList_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  492. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_getitem")]
  493. public static extern global::System.IntPtr Point3fList_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  494. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_setitem")]
  495. public static extern void Point3fList_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  496. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_AddRange")]
  497. public static extern void Point3fList_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  498. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_GetRange")]
  499. public static extern global::System.IntPtr Point3fList_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  500. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_Insert")]
  501. public static extern void Point3fList_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  502. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_InsertRange")]
  503. public static extern void Point3fList_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  504. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_RemoveAt")]
  505. public static extern void Point3fList_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  506. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_RemoveRange")]
  507. public static extern void Point3fList_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  508. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_Repeat")]
  509. public static extern global::System.IntPtr Point3fList_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  510. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_Reverse__SWIG_0")]
  511. public static extern void Point3fList_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
  512. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_Reverse__SWIG_1")]
  513. public static extern void Point3fList_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  514. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3fList_SetRange")]
  515. public static extern void Point3fList_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  516. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point3fList")]
  517. public static extern void delete_Point3fList(global::System.Runtime.InteropServices.HandleRef jarg1);
  518. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_Clear")]
  519. public static extern void Point3dList_Clear(global::System.Runtime.InteropServices.HandleRef jarg1);
  520. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_Add")]
  521. public static extern void Point3dList_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  522. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_size")]
  523. public static extern uint Point3dList_size(global::System.Runtime.InteropServices.HandleRef jarg1);
  524. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_capacity")]
  525. public static extern uint Point3dList_capacity(global::System.Runtime.InteropServices.HandleRef jarg1);
  526. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_reserve")]
  527. public static extern void Point3dList_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
  528. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3dList__SWIG_0")]
  529. public static extern global::System.IntPtr new_Point3dList__SWIG_0();
  530. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3dList__SWIG_1")]
  531. public static extern global::System.IntPtr new_Point3dList__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
  532. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Point3dList__SWIG_2")]
  533. public static extern global::System.IntPtr new_Point3dList__SWIG_2(int jarg1);
  534. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_getitemcopy")]
  535. public static extern global::System.IntPtr Point3dList_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  536. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_getitem")]
  537. public static extern global::System.IntPtr Point3dList_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  538. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_setitem")]
  539. public static extern void Point3dList_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  540. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_AddRange")]
  541. public static extern void Point3dList_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  542. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_GetRange")]
  543. public static extern global::System.IntPtr Point3dList_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  544. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_Insert")]
  545. public static extern void Point3dList_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  546. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_InsertRange")]
  547. public static extern void Point3dList_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  548. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_RemoveAt")]
  549. public static extern void Point3dList_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  550. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_RemoveRange")]
  551. public static extern void Point3dList_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  552. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_Repeat")]
  553. public static extern global::System.IntPtr Point3dList_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  554. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_Reverse__SWIG_0")]
  555. public static extern void Point3dList_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
  556. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_Reverse__SWIG_1")]
  557. public static extern void Point3dList_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  558. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Point3dList_SetRange")]
  559. public static extern void Point3dList_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  560. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Point3dList")]
  561. public static extern void delete_Point3dList(global::System.Runtime.InteropServices.HandleRef jarg1);
  562. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_Clear")]
  563. public static extern void FloatList_Clear(global::System.Runtime.InteropServices.HandleRef jarg1);
  564. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_Add")]
  565. public static extern void FloatList_Add(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  566. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_size")]
  567. public static extern uint FloatList_size(global::System.Runtime.InteropServices.HandleRef jarg1);
  568. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_capacity")]
  569. public static extern uint FloatList_capacity(global::System.Runtime.InteropServices.HandleRef jarg1);
  570. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_reserve")]
  571. public static extern void FloatList_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
  572. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_FloatList__SWIG_0")]
  573. public static extern global::System.IntPtr new_FloatList__SWIG_0();
  574. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_FloatList__SWIG_1")]
  575. public static extern global::System.IntPtr new_FloatList__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
  576. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_FloatList__SWIG_2")]
  577. public static extern global::System.IntPtr new_FloatList__SWIG_2(int jarg1);
  578. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_getitemcopy")]
  579. public static extern float FloatList_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  580. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_getitem")]
  581. public static extern float FloatList_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  582. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_setitem")]
  583. public static extern void FloatList_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, float jarg3);
  584. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_AddRange")]
  585. public static extern void FloatList_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  586. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_GetRange")]
  587. public static extern global::System.IntPtr FloatList_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  588. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_Insert")]
  589. public static extern void FloatList_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, float jarg3);
  590. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_InsertRange")]
  591. public static extern void FloatList_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  592. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_RemoveAt")]
  593. public static extern void FloatList_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  594. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_RemoveRange")]
  595. public static extern void FloatList_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  596. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_Repeat")]
  597. public static extern global::System.IntPtr FloatList_Repeat(float jarg1, int jarg2);
  598. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_Reverse__SWIG_0")]
  599. public static extern void FloatList_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
  600. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_Reverse__SWIG_1")]
  601. public static extern void FloatList_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
  602. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_SetRange")]
  603. public static extern void FloatList_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  604. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_Contains")]
  605. public static extern bool FloatList_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  606. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_IndexOf")]
  607. public static extern int FloatList_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  608. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_LastIndexOf")]
  609. public static extern int FloatList_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  610. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_FloatList_Remove")]
  611. public static extern bool FloatList_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  612. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_FloatList")]
  613. public static extern void delete_FloatList(global::System.Runtime.InteropServices.HandleRef jarg1);
  614. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseFromLandmark")]
  615. public static extern int HandPoseFromLandmark(global::System.Runtime.InteropServices.HandleRef jarg1);
  616. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseDetect")]
  617. public static extern int HandPoseDetect([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2);
  618. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseEnumToString")]
  619. public static extern string HandPoseEnumToString(int jarg1);
  620. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ActionPoseEnumToString")]
  621. public static extern string ActionPoseEnumToString(int jarg1);
  622. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ActionPoseDesc_action_pose_set")]
  623. public static extern void ActionPoseDesc_action_pose_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  624. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ActionPoseDesc_action_pose_get")]
  625. public static extern int ActionPoseDesc_action_pose_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  626. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_ActionPoseDesc__SWIG_0")]
  627. public static extern global::System.IntPtr new_ActionPoseDesc__SWIG_0();
  628. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_ActionPoseDesc__SWIG_1")]
  629. public static extern global::System.IntPtr new_ActionPoseDesc__SWIG_1(int jarg1);
  630. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ActionPoseDesc_is_valid")]
  631. public static extern bool ActionPoseDesc_is_valid(global::System.Runtime.InteropServices.HandleRef jarg1);
  632. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ActionPoseDesc_to_string")]
  633. public static extern string ActionPoseDesc_to_string(global::System.Runtime.InteropServices.HandleRef jarg1);
  634. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_ActionPoseDesc")]
  635. public static extern void delete_ActionPoseDesc(global::System.Runtime.InteropServices.HandleRef jarg1);
  636. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseDesc_hand_pose_set")]
  637. public static extern void HandPoseDesc_hand_pose_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  638. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseDesc_hand_pose_get")]
  639. public static extern int HandPoseDesc_hand_pose_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  640. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseDesc_category_set")]
  641. public static extern void HandPoseDesc_category_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  642. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseDesc_category_get")]
  643. public static extern int HandPoseDesc_category_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  644. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_HandPoseDesc__SWIG_0")]
  645. public static extern global::System.IntPtr new_HandPoseDesc__SWIG_0();
  646. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_HandPoseDesc__SWIG_1")]
  647. public static extern global::System.IntPtr new_HandPoseDesc__SWIG_1(int jarg1);
  648. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_HandPoseDesc__SWIG_2")]
  649. public static extern global::System.IntPtr new_HandPoseDesc__SWIG_2(int jarg1, int jarg2);
  650. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseDesc_is_left")]
  651. public static extern bool HandPoseDesc_is_left(global::System.Runtime.InteropServices.HandleRef jarg1);
  652. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseDesc_is_right")]
  653. public static extern bool HandPoseDesc_is_right(global::System.Runtime.InteropServices.HandleRef jarg1);
  654. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseDesc_is_valid")]
  655. public static extern bool HandPoseDesc_is_valid(global::System.Runtime.InteropServices.HandleRef jarg1);
  656. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_HandPoseDesc_to_string")]
  657. public static extern string HandPoseDesc_to_string(global::System.Runtime.InteropServices.HandleRef jarg1);
  658. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_HandPoseDesc")]
  659. public static extern void delete_HandPoseDesc(global::System.Runtime.InteropServices.HandleRef jarg1);
  660. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onAction")]
  661. public static extern bool MotionCallback_onAction(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  662. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onHandsUp")]
  663. public static extern bool MotionCallback_onHandsUp(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  664. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onArmCross")]
  665. public static extern bool MotionCallback_onArmCross(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2, float jarg3);
  666. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onStaticHand")]
  667. public static extern bool MotionCallback_onStaticHand(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
  668. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onHandsUpAndFist")]
  669. public static extern bool MotionCallback_onHandsUpAndFist(global::System.Runtime.InteropServices.HandleRef jarg1);
  670. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onTwoFingerSliding")]
  671. public static extern bool MotionCallback_onTwoFingerSliding(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, int jarg4);
  672. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onQuiet")]
  673. public static extern bool MotionCallback_onQuiet(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  674. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onPunching")]
  675. public static extern bool MotionCallback_onPunching(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  676. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onFistBump")]
  677. public static extern bool MotionCallback_onFistBump(global::System.Runtime.InteropServices.HandleRef jarg1);
  678. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onZoom")]
  679. public static extern bool MotionCallback_onZoom(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  680. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onWaweHand")]
  681. public static extern bool MotionCallback_onWaweHand(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  682. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onFlipPalm")]
  683. public static extern bool MotionCallback_onFlipPalm(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  684. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onClapHands")]
  685. public static extern bool MotionCallback_onClapHands(global::System.Runtime.InteropServices.HandleRef jarg1);
  686. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onTranslateFist")]
  687. public static extern bool MotionCallback_onTranslateFist(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  688. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onLateralRaise")]
  689. public static extern bool MotionCallback_onLateralRaise(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  690. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onArmDown")]
  691. public static extern bool MotionCallback_onArmDown(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, int jarg4);
  692. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_MotionCallback_onCloseOpen")]
  693. public static extern bool MotionCallback_onCloseOpen(global::System.Runtime.InteropServices.HandleRef jarg1);
  694. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_MotionCallback")]
  695. public static extern void delete_MotionCallback(global::System.Runtime.InteropServices.HandleRef jarg1);
  696. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_MotionCallback")]
  697. public static extern global::System.IntPtr new_MotionCallback();
  698. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_LandmarkSet_body_set")]
  699. public static extern void LandmarkSet_body_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  700. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_LandmarkSet_body_get")]
  701. public static extern global::System.IntPtr LandmarkSet_body_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  702. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_LandmarkSet_left_set")]
  703. public static extern void LandmarkSet_left_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  704. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_LandmarkSet_left_get")]
  705. public static extern global::System.IntPtr LandmarkSet_left_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  706. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_LandmarkSet_right_set")]
  707. public static extern void LandmarkSet_right_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  708. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_LandmarkSet_right_get")]
  709. public static extern global::System.IntPtr LandmarkSet_right_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  710. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_LandmarkSet")]
  711. public static extern global::System.IntPtr new_LandmarkSet();
  712. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_LandmarkSet")]
  713. public static extern void delete_LandmarkSet(global::System.Runtime.InteropServices.HandleRef jarg1);
  714. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Detector_Detect")]
  715. public static extern bool Detector_Detect(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  716. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Detector")]
  717. public static extern void delete_Detector(global::System.Runtime.InteropServices.HandleRef jarg1);
  718. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_GestureDetector__SWIG_0")]
  719. public static extern global::System.IntPtr new_GestureDetector__SWIG_0();
  720. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_GestureDetector__SWIG_1")]
  721. public static extern global::System.IntPtr new_GestureDetector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
  722. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_GestureDetector_Detect")]
  723. public static extern void GestureDetector_Detect(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  724. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_GestureDetector_set_model_path")]
  725. public static extern void GestureDetector_set_model_path(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
  726. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_GestureDetector_Reset")]
  727. public static extern void GestureDetector_Reset(global::System.Runtime.InteropServices.HandleRef jarg1);
  728. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_GestureDetector_set_callback")]
  729. public static extern void GestureDetector_set_callback(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  730. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_GestureDetector")]
  731. public static extern void delete_GestureDetector(global::System.Runtime.InteropServices.HandleRef jarg1);
  732. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_set_kpt_version_qiao_shou_ya")]
  733. public static extern void set_kpt_version_qiao_shou_ya(int jarg1);
  734. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onSmallMouse")]
  735. public static extern int onSmallMouse([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg3, int jarg4);
  736. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onBigCat")]
  737. public static extern int onBigCat([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg3, int jarg4, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg5, int jarg6);
  738. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onShake")]
  739. public static extern int onShake([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg3, int jarg4, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg5, int jarg6);
  740. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onGoHome")]
  741. public static extern int onGoHome([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg3, int jarg4, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg5, int jarg6);
  742. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onCloseOpen")]
  743. public static extern int onCloseOpen([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg3, int jarg4);
  744. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onWaveDoubleHand")]
  745. public static extern int onWaveDoubleHand([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg3, int jarg4);
  746. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onGood")]
  747. public static extern int onGood([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg3, int jarg4);
  748. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onBeat")]
  749. public static extern int onBeat([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg3, int jarg4, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg5, int jarg6);
  750. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmDownResult_left_set")]
  751. public static extern void ArmDownResult_left_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  752. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmDownResult_left_get")]
  753. public static extern int ArmDownResult_left_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  754. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmDownResult_right_set")]
  755. public static extern void ArmDownResult_right_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
  756. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmDownResult_right_get")]
  757. public static extern int ArmDownResult_right_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  758. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_ArmDownResult")]
  759. public static extern global::System.IntPtr new_ArmDownResult();
  760. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_ArmDownResult")]
  761. public static extern void delete_ArmDownResult(global::System.Runtime.InteropServices.HandleRef jarg1);
  762. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_set_kpt_version")]
  763. public static extern void set_kpt_version(int jarg1);
  764. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_set_model_path")]
  765. public static extern void set_model_path(string jarg1);
  766. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onHandsUp")]
  767. public static extern int onHandsUp([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg3, int jarg4, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg5, int jarg6);
  768. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onArmCross")]
  769. public static extern int onArmCross([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2);
  770. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onLateralRaise")]
  771. public static extern int onLateralRaise([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2);
  772. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onArmDown")]
  773. public static extern global::System.IntPtr onArmDown([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2);
  774. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_onAction")]
  775. public static extern int onAction([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1, int jarg2);
  776. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmsRaisedToLeft_Detect")]
  777. public static extern bool ArmsRaisedToLeft_Detect(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  778. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmsRaisedToLeft_shoulder_straight_angle_set")]
  779. public static extern void ArmsRaisedToLeft_shoulder_straight_angle_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  780. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmsRaisedToLeft_shoulder_straight_angle_get")]
  781. public static extern float ArmsRaisedToLeft_shoulder_straight_angle_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  782. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmsRaisedToLeft_elbow_straight_angle_set")]
  783. public static extern void ArmsRaisedToLeft_elbow_straight_angle_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  784. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmsRaisedToLeft_elbow_straight_angle_get")]
  785. public static extern float ArmsRaisedToLeft_elbow_straight_angle_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  786. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_ArmsRaisedToLeft")]
  787. public static extern global::System.IntPtr new_ArmsRaisedToLeft();
  788. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_ArmsRaisedToLeft")]
  789. public static extern void delete_ArmsRaisedToLeft(global::System.Runtime.InteropServices.HandleRef jarg1);
  790. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmsRaisedToRight_Detect")]
  791. public static extern bool ArmsRaisedToRight_Detect(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  792. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmsRaisedToRight_shoulder_straight_angle_set")]
  793. public static extern void ArmsRaisedToRight_shoulder_straight_angle_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  794. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmsRaisedToRight_shoulder_straight_angle_get")]
  795. public static extern float ArmsRaisedToRight_shoulder_straight_angle_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  796. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmsRaisedToRight_elbow_straight_angle_set")]
  797. public static extern void ArmsRaisedToRight_elbow_straight_angle_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  798. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ArmsRaisedToRight_elbow_straight_angle_get")]
  799. public static extern float ArmsRaisedToRight_elbow_straight_angle_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  800. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_ArmsRaisedToRight")]
  801. public static extern global::System.IntPtr new_ArmsRaisedToRight();
  802. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_ArmsRaisedToRight")]
  803. public static extern void delete_ArmsRaisedToRight(global::System.Runtime.InteropServices.HandleRef jarg1);
  804. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ElbowToRight_Detect")]
  805. public static extern bool ElbowToRight_Detect(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  806. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ElbowToRight_forearms_shoulder_angle_set")]
  807. public static extern void ElbowToRight_forearms_shoulder_angle_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  808. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ElbowToRight_forearms_shoulder_angle_get")]
  809. public static extern float ElbowToRight_forearms_shoulder_angle_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  810. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_ElbowToRight")]
  811. public static extern global::System.IntPtr new_ElbowToRight();
  812. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_ElbowToRight")]
  813. public static extern void delete_ElbowToRight(global::System.Runtime.InteropServices.HandleRef jarg1);
  814. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ElbowToLeft_Detect")]
  815. public static extern bool ElbowToLeft_Detect(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  816. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ElbowToLeft_forearms_shoulder_angle_set")]
  817. public static extern void ElbowToLeft_forearms_shoulder_angle_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
  818. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_ElbowToLeft_forearms_shoulder_angle_get")]
  819. public static extern float ElbowToLeft_forearms_shoulder_angle_get(global::System.Runtime.InteropServices.HandleRef jarg1);
  820. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_ElbowToLeft")]
  821. public static extern global::System.IntPtr new_ElbowToLeft();
  822. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_ElbowToLeft")]
  823. public static extern void delete_ElbowToLeft(global::System.Runtime.InteropServices.HandleRef jarg1);
  824. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_TopLeftKnee_Detect")]
  825. public static extern bool TopLeftKnee_Detect(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  826. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_TopLeftKnee")]
  827. public static extern global::System.IntPtr new_TopLeftKnee();
  828. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_TopLeftKnee")]
  829. public static extern void delete_TopLeftKnee(global::System.Runtime.InteropServices.HandleRef jarg1);
  830. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_TopRightKnee_Detect")]
  831. public static extern bool TopRightKnee_Detect(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  832. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_TopRightKnee")]
  833. public static extern global::System.IntPtr new_TopRightKnee();
  834. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_TopRightKnee")]
  835. public static extern void delete_TopRightKnee(global::System.Runtime.InteropServices.HandleRef jarg1);
  836. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_Cutdownward")]
  837. public static extern global::System.IntPtr new_Cutdownward();
  838. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_Cutdownward_DetectCutdownward")]
  839. public static extern bool Cutdownward_DetectCutdownward(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
  840. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_Cutdownward")]
  841. public static extern void delete_Cutdownward(global::System.Runtime.InteropServices.HandleRef jarg1);
  842. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_LeftCutdownward_Detect")]
  843. public static extern bool LeftCutdownward_Detect(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  844. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_LeftCutdownward")]
  845. public static extern global::System.IntPtr new_LeftCutdownward();
  846. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_LeftCutdownward")]
  847. public static extern void delete_LeftCutdownward(global::System.Runtime.InteropServices.HandleRef jarg1);
  848. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_RightCutdownward_Detect")]
  849. public static extern bool RightCutdownward_Detect(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
  850. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_new_RightCutdownward")]
  851. public static extern global::System.IntPtr new_RightCutdownward();
  852. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_delete_RightCutdownward")]
  853. public static extern void delete_RightCutdownward(global::System.Runtime.InteropServices.HandleRef jarg1);
  854. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_LeftCutdownward_SWIGUpcast")]
  855. public static extern global::System.IntPtr LeftCutdownward_SWIGUpcast(global::System.IntPtr jarg1);
  856. [global::System.Runtime.InteropServices.DllImport("GestureEstimate", EntryPoint="CSharp_RightCutdownward_SWIGUpcast")]
  857. public static extern global::System.IntPtr RightCutdownward_SWIGUpcast(global::System.IntPtr jarg1);
  858. }