~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
TINA5/tina-libs/swig/java/jina.c

Version: ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* ----------------------------------------------------------------------------
  2  * This file was automatically generated by SWIG (http://www.swig.org).
  3  * Version 1.3.19
  4  * 
  5  * This file is not intended to be easily readable and contains a number of 
  6  * coding conventions designed to improve portability and efficiency. Do not make
  7  * changes to this file unless you know what you are doing--modify the SWIG 
  8  * interface file instead. 
  9  * ----------------------------------------------------------------------------- */
 10 
 11 
 12 #if defined(__GNUC__)
 13     typedef long long __int64; /*For gcc on Windows */
 14 #endif
 15 #include <jni.h>
 16 #include <stdlib.h>
 17 #include <string.h>
 18 
 19 
 20 /* Support for throwing Java exceptions */
 21 typedef enum {
 22   SWIG_JavaOutOfMemoryError = 1, 
 23   SWIG_JavaIOException, 
 24   SWIG_JavaRuntimeException, 
 25   SWIG_JavaIndexOutOfBoundsException,
 26   SWIG_JavaArithmeticException,
 27   SWIG_JavaIllegalArgumentException,
 28   SWIG_JavaNullPointerException,
 29   SWIG_JavaUnknownError
 30 } SWIG_JavaExceptionCodes;
 31 
 32 typedef struct {
 33   SWIG_JavaExceptionCodes code;
 34   const char *java_exception;
 35 } SWIG_JavaExceptions_t;
 36 
 37 #if defined(SWIG_NOINCLUDE)
 38 void SWIG_JavaThrowException(JNIEnv *jenv, SWIG_JavaExceptionCodes code, const char *msg);
 39 #else
 40 
 41 
 42 void SWIG_JavaThrowException(JNIEnv *jenv, SWIG_JavaExceptionCodes code, const char *msg) {
 43   jclass excep;
 44   static const SWIG_JavaExceptions_t java_exceptions[] = {
 45     { SWIG_JavaOutOfMemoryError, "java/lang/OutOfMemoryError" },
 46     { SWIG_JavaIOException, "java/io/IOException" },
 47     { SWIG_JavaRuntimeException, "java/lang/RuntimeException" },
 48     { SWIG_JavaIndexOutOfBoundsException, "java/lang/IndexOutOfBoundsException" },
 49     { SWIG_JavaArithmeticException, "java/lang/ArithmeticException" },
 50     { SWIG_JavaIllegalArgumentException, "java/lang/IllegalArgumentException" },
 51     { SWIG_JavaNullPointerException, "java/lang/NullPointerException" },
 52     { SWIG_JavaUnknownError,  "java/lang/UnknownError" },
 53     { (SWIG_JavaExceptionCodes)0,  "java/lang/UnknownError" } };
 54   const SWIG_JavaExceptions_t *except_ptr = java_exceptions;
 55 
 56   while (except_ptr->code != code && except_ptr->code)
 57     except_ptr++;
 58 
 59   (*jenv)->ExceptionClear(jenv);
 60   excep = (*jenv)->FindClass(jenv, except_ptr->java_exception);
 61   if (excep)
 62     (*jenv)->ThrowNew(jenv, excep, msg);
 63 }
 64 
 65 
 66 #endif
 67 
 68 
 69 #include <tina/image/imgDef.h>
 70 #include <tina/image/imgPro.h>
 71 
 72 
 73 #include <tina/math/mathDef.h>
 74 #include <tina/math/mathPro.h>
 75 
 76 
 77 #include <tina/geometry/geomDef.h>
 78 #include <tina/geometry/geomPro.h>
 79 
 80 
 81 #include <tina/file/fileDef.h>
 82 #include <tina/file/filePro.h>
 83 
 84 
 85 #include <tina/vision/visDef.h>
 86 #include <tina/vision/visPro.h>
 87 
 88 
 89 #include <tina/medical/medDef.h>
 90 #include <tina/medical/medPro.h>
 91 
 92 #ifdef __cplusplus
 93 extern "C" {
 94 #endif
 95 
 96 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1TS_1ID_1BASE(JNIEnv *jenv, jclass jcls) {
 97     jint jresult = 0 ;
 98     int result;
 99     
100     (void)jenv;
101     (void)jcls;
102     result = (int) 10000;
103     
104     jresult = (jint)result; 
105     return jresult;
106 }
107 
108 
109 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1ts_1base_1id(JNIEnv *jenv, jclass jcls) {
110     jint jresult = 0 ;
111     int result;
112     
113     (void)jenv;
114     (void)jcls;
115     result = (int)ts_base_id;
116     
117     jresult = (jint)result; 
118     return jresult;
119 }
120 
121 
122 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Aiffhdr_1id(JNIEnv *jenv, jclass jcls) {
123     jint jresult = 0 ;
124     int result;
125     
126     (void)jenv;
127     (void)jcls;
128     result = (int)Aiffhdr_id;
129     
130     jresult = (jint)result; 
131     return jresult;
132 }
133 
134 
135 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Basis2_1id(JNIEnv *jenv, jclass jcls) {
136     jint jresult = 0 ;
137     int result;
138     
139     (void)jenv;
140     (void)jcls;
141     result = (int)Basis2_id;
142     
143     jresult = (jint)result; 
144     return jresult;
145 }
146 
147 
148 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Basis3_1id(JNIEnv *jenv, jclass jcls) {
149     jint jresult = 0 ;
150     int result;
151     
152     (void)jenv;
153     (void)jcls;
154     result = (int)Basis3_id;
155     
156     jresult = (jint)result; 
157     return jresult;
158 }
159 
160 
161 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Bin_1node_1id(JNIEnv *jenv, jclass jcls) {
162     jint jresult = 0 ;
163     int result;
164     
165     (void)jenv;
166     (void)jcls;
167     result = (int)Bin_node_id;
168     
169     jresult = (jint)result; 
170     return jresult;
171 }
172 
173 
174 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Blk_1stat_1id(JNIEnv *jenv, jclass jcls) {
175     jint jresult = 0 ;
176     int result;
177     
178     (void)jenv;
179     (void)jcls;
180     result = (int)Blk_stat_id;
181     
182     jresult = (jint)result; 
183     return jresult;
184 }
185 
186 
187 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Camera_1id(JNIEnv *jenv, jclass jcls) {
188     jint jresult = 0 ;
189     int result;
190     
191     (void)jenv;
192     (void)jcls;
193     result = (int)Camera_id;
194     
195     jresult = (jint)result; 
196     return jresult;
197 }
198 
199 
200 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Circ2_1id(JNIEnv *jenv, jclass jcls) {
201     jint jresult = 0 ;
202     int result;
203     
204     (void)jenv;
205     (void)jcls;
206     result = (int)Circ2_id;
207     
208     jresult = (jint)result; 
209     return jresult;
210 }
211 
212 
213 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Cmap_1data_1id(JNIEnv *jenv, jclass jcls) {
214     jint jresult = 0 ;
215     int result;
216     
217     (void)jenv;
218     (void)jcls;
219     result = (int)Cmap_data_id;
220     
221     jresult = (jint)result; 
222     return jresult;
223 }
224 
225 
226 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Cmap_1data_1visible_1id(JNIEnv *jenv, jclass jcls) {
227     jint jresult = 0 ;
228     int result;
229     
230     (void)jenv;
231     (void)jcls;
232     result = (int)Cmap_data_visible_id;
233     
234     jresult = (jint)result; 
235     return jresult;
236 }
237 
238 
239 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Complex_1id(JNIEnv *jenv, jclass jcls) {
240     jint jresult = 0 ;
241     int result;
242     
243     (void)jenv;
244     (void)jcls;
245     result = (int)Complex_id;
246     
247     jresult = (jint)result; 
248     return jresult;
249 }
250 
251 
252 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Cone_1id(JNIEnv *jenv, jclass jcls) {
253     jint jresult = 0 ;
254     int result;
255     
256     (void)jenv;
257     (void)jcls;
258     result = (int)Cone_id;
259     
260     jresult = (jint)result; 
261     return jresult;
262 }
263 
264 
265 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Conic_1id(JNIEnv *jenv, jclass jcls) {
266     jint jresult = 0 ;
267     int result;
268     
269     (void)jenv;
270     (void)jcls;
271     result = (int)Conic_id;
272     
273     jresult = (jint)result; 
274     return jresult;
275 }
276 
277 
278 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Conic3_1id(JNIEnv *jenv, jclass jcls) {
279     jint jresult = 0 ;
280     int result;
281     
282     (void)jenv;
283     (void)jcls;
284     result = (int)Conic3_id;
285     
286     jresult = (jint)result; 
287     return jresult;
288 }
289 
290 
291 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Conic_1stat_1id(JNIEnv *jenv, jclass jcls) {
292     jint jresult = 0 ;
293     int result;
294     
295     (void)jenv;
296     (void)jcls;
297     result = (int)Conic_stat_id;
298     
299     jresult = (jint)result; 
300     return jresult;
301 }
302 
303 
304 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Covar_1id(JNIEnv *jenv, jclass jcls) {
305     jint jresult = 0 ;
306     int result;
307     
308     (void)jenv;
309     (void)jcls;
310     result = (int)Covar_id;
311     
312     jresult = (jint)result; 
313     return jresult;
314 }
315 
316 
317 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Cursor_1data_1id(JNIEnv *jenv, jclass jcls) {
318     jint jresult = 0 ;
319     int result;
320     
321     (void)jenv;
322     (void)jcls;
323     result = (int)Cursor_data_id;
324     
325     jresult = (jint)result; 
326     return jresult;
327 }
328 
329 
330 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Cvr_1slice_1id(JNIEnv *jenv, jclass jcls) {
331     jint jresult = 0 ;
332     int result;
333     
334     (void)jenv;
335     (void)jcls;
336     result = (int)Cvr_slice_id;
337     
338     jresult = (jint)result; 
339     return jresult;
340 }
341 
342 
343 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Cvr_1voi_1id(JNIEnv *jenv, jclass jcls) {
344     jint jresult = 0 ;
345     int result;
346     
347     (void)jenv;
348     (void)jcls;
349     result = (int)Cvr_voi_id;
350     
351     jresult = (jint)result; 
352     return jresult;
353 }
354 
355 
356 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Cylinder_1id(JNIEnv *jenv, jclass jcls) {
357     jint jresult = 0 ;
358     int result;
359     
360     (void)jenv;
361     (void)jcls;
362     result = (int)Cylinder_id;
363     
364     jresult = (jint)result; 
365     return jresult;
366 }
367 
368 
369 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Ddlist_1id(JNIEnv *jenv, jclass jcls) {
370     jint jresult = 0 ;
371     int result;
372     
373     (void)jenv;
374     (void)jcls;
375     result = (int)Ddlist_id;
376     
377     jresult = (jint)result; 
378     return jresult;
379 }
380 
381 
382 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Dpnode_1id(JNIEnv *jenv, jclass jcls) {
383     jint jresult = 0 ;
384     int result;
385     
386     (void)jenv;
387     (void)jcls;
388     result = (int)Dpnode_id;
389     
390     jresult = (jint)result; 
391     return jresult;
392 }
393 
394 
395 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Edge_1conn_1id(JNIEnv *jenv, jclass jcls) {
396     jint jresult = 0 ;
397     int result;
398     
399     (void)jenv;
400     (void)jcls;
401     result = (int)Edge_conn_id;
402     
403     jresult = (jint)result; 
404     return jresult;
405 }
406 
407 
408 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Edge_1fp_1id(JNIEnv *jenv, jclass jcls) {
409     jint jresult = 0 ;
410     int result;
411     
412     (void)jenv;
413     (void)jcls;
414     result = (int)Edge_fp_id;
415     
416     jresult = (jint)result; 
417     return jresult;
418 }
419 
420 
421 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Edgel_1id(JNIEnv *jenv, jclass jcls) {
422     jint jresult = 0 ;
423     int result;
424     
425     (void)jenv;
426     (void)jcls;
427     result = (int)Edgel_id;
428     
429     jresult = (jint)result; 
430     return jresult;
431 }
432 
433 
434 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Epos_1id(JNIEnv *jenv, jclass jcls) {
435     jint jresult = 0 ;
436     int result;
437     
438     (void)jenv;
439     (void)jcls;
440     result = (int)Epos_id;
441     
442     jresult = (jint)result; 
443     return jresult;
444 }
445 
446 
447 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Field_1info_1id(JNIEnv *jenv, jclass jcls) {
448     jint jresult = 0 ;
449     int result;
450     
451     (void)jenv;
452     (void)jcls;
453     result = (int)Field_info_id;
454     
455     jresult = (jint)result; 
456     return jresult;
457 }
458 
459 
460 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Font_1data_1id(JNIEnv *jenv, jclass jcls) {
461     jint jresult = 0 ;
462     int result;
463     
464     (void)jenv;
465     (void)jcls;
466     result = (int)Font_data_id;
467     
468     jresult = (jint)result; 
469     return jresult;
470 }
471 
472 
473 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Generic_1id(JNIEnv *jenv, jclass jcls) {
474     jint jresult = 0 ;
475     int result;
476     
477     (void)jenv;
478     (void)jcls;
479     result = (int)Generic_id;
480     
481     jresult = (jint)result; 
482     return jresult;
483 }
484 
485 
486 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Graph_1node_1id(JNIEnv *jenv, jclass jcls) {
487     jint jresult = 0 ;
488     int result;
489     
490     (void)jenv;
491     (void)jcls;
492     result = (int)Graph_node_id;
493     
494     jresult = (jint)result; 
495     return jresult;
496 }
497 
498 
499 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Icarray_1id(JNIEnv *jenv, jclass jcls) {
500     jint jresult = 0 ;
501     int result;
502     
503     (void)jenv;
504     (void)jcls;
505     result = (int)Icarray_id;
506     
507     jresult = (jint)result; 
508     return jresult;
509 }
510 
511 
512 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Ics2_1id(JNIEnv *jenv, jclass jcls) {
513     jint jresult = 0 ;
514     int result;
515     
516     (void)jenv;
517     (void)jcls;
518     result = (int)Ics2_id;
519     
520     jresult = (jint)result; 
521     return jresult;
522 }
523 
524 
525 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Iffhdr_1id(JNIEnv *jenv, jclass jcls) {
526     jint jresult = 0 ;
527     int result;
528     
529     (void)jenv;
530     (void)jcls;
531     result = (int)Iffhdr_id;
532     
533     jresult = (jint)result; 
534     return jresult;
535 }
536 
537 
538 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Imrect_1id(JNIEnv *jenv, jclass jcls) {
539     jint jresult = 0 ;
540     int result;
541     
542     (void)jenv;
543     (void)jcls;
544     result = (int)Imrect_id;
545     
546     jresult = (jint)result; 
547     return jresult;
548 }
549 
550 
551 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Imregion_1id(JNIEnv *jenv, jclass jcls) {
552     jint jresult = 0 ;
553     int result;
554     
555     (void)jenv;
556     (void)jcls;
557     result = (int)Imregion_id;
558     
559     jresult = (jint)result; 
560     return jresult;
561 }
562 
563 
564 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Imstack_1id(JNIEnv *jenv, jclass jcls) {
565     jint jresult = 0 ;
566     int result;
567     
568     (void)jenv;
569     (void)jcls;
570     result = (int)Imstack_id;
571     
572     jresult = (jint)result; 
573     return jresult;
574 }
575 
576 
577 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Ipos_1id(JNIEnv *jenv, jclass jcls) {
578     jint jresult = 0 ;
579     int result;
580     
581     (void)jenv;
582     (void)jcls;
583     result = (int)Ipos_id;
584     
585     jresult = (jint)result; 
586     return jresult;
587 }
588 
589 
590 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Iso_1error_1id(JNIEnv *jenv, jclass jcls) {
591     jint jresult = 0 ;
592     int result;
593     
594     (void)jenv;
595     (void)jcls;
596     result = (int)Iso_error_id;
597     
598     jresult = (jint)result; 
599     return jresult;
600 }
601 
602 
603 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Kwsnake_1id(JNIEnv *jenv, jclass jcls) {
604     jint jresult = 0 ;
605     int result;
606     
607     (void)jenv;
608     (void)jcls;
609     result = (int)Kwsnake_id;
610     
611     jresult = (jint)result; 
612     return jresult;
613 }
614 
615 
616 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Line2_1id(JNIEnv *jenv, jclass jcls) {
617     jint jresult = 0 ;
618     int result;
619     
620     (void)jenv;
621     (void)jcls;
622     result = (int)Line2_id;
623     
624     jresult = (jint)result; 
625     return jresult;
626 }
627 
628 
629 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Line3_1id(JNIEnv *jenv, jclass jcls) {
630     jint jresult = 0 ;
631     int result;
632     
633     (void)jenv;
634     (void)jcls;
635     result = (int)Line3_id;
636     
637     jresult = (jint)result; 
638     return jresult;
639 }
640 
641 
642 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1List_1id(JNIEnv *jenv, jclass jcls) {
643     jint jresult = 0 ;
644     int result;
645     
646     (void)jenv;
647     (void)jcls;
648     result = (int)List_id;
649     
650     jresult = (jint)result; 
651     return jresult;
652 }
653 
654 
655 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Mat2_1id(JNIEnv *jenv, jclass jcls) {
656     jint jresult = 0 ;
657     int result;
658     
659     (void)jenv;
660     (void)jcls;
661     result = (int)Mat2_id;
662     
663     jresult = (jint)result; 
664     return jresult;
665 }
666 
667 
668 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Mat3_1id(JNIEnv *jenv, jclass jcls) {
669     jint jresult = 0 ;
670     int result;
671     
672     (void)jenv;
673     (void)jcls;
674     result = (int)Mat3_id;
675     
676     jresult = (jint)result; 
677     return jresult;
678 }
679 
680 
681 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Mat4_1id(JNIEnv *jenv, jclass jcls) {
682     jint jresult = 0 ;
683     int result;
684     
685     (void)jenv;
686     (void)jcls;
687     result = (int)Mat4_id;
688     
689     jresult = (jint)result; 
690     return jresult;
691 }
692 
693 
694 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Match_1id(JNIEnv *jenv, jclass jcls) {
695     jint jresult = 0 ;
696     int result;
697     
698     (void)jenv;
699     (void)jcls;
700     result = (int)Match_id;
701     
702     jresult = (jint)result; 
703     return jresult;
704 }
705 
706 
707 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Match_1cliche_1id(JNIEnv *jenv, jclass jcls) {
708     jint jresult = 0 ;
709     int result;
710     
711     (void)jenv;
712     (void)jcls;
713     result = (int)Match_cliche_id;
714     
715     jresult = (jint)result; 
716     return jresult;
717 }
718 
719 
720 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Match_1clique_1id(JNIEnv *jenv, jclass jcls) {
721     jint jresult = 0 ;
722     int result;
723     
724     (void)jenv;
725     (void)jcls;
726     result = (int)Match_clique_id;
727     
728     jresult = (jint)result; 
729     return jresult;
730 }
731 
732 
733 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Matrix_1id(JNIEnv *jenv, jclass jcls) {
734     jint jresult = 0 ;
735     int result;
736     
737     (void)jenv;
738     (void)jcls;
739     result = (int)Matrix_id;
740     
741     jresult = (jint)result; 
742     return jresult;
743 }
744 
745 
746 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Pair_1id(JNIEnv *jenv, jclass jcls) {
747     jint jresult = 0 ;
748     int result;
749     
750     (void)jenv;
751     (void)jcls;
752     result = (int)Pair_id;
753     
754     jresult = (jint)result; 
755     return jresult;
756 }
757 
758 
759 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Parcam_1id(JNIEnv *jenv, jclass jcls) {
760     jint jresult = 0 ;
761     int result;
762     
763     (void)jenv;
764     (void)jcls;
765     result = (int)Parcam_id;
766     
767     jresult = (jint)result; 
768     return jresult;
769 }
770 
771 
772 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Pl_1axes_1id(JNIEnv *jenv, jclass jcls) {
773     jint jresult = 0 ;
774     int result;
775     
776     (void)jenv;
777     (void)jcls;
778     result = (int)Pl_axes_id;
779     
780     jresult = (jint)result; 
781     return jresult;
782 }
783 
784 
785 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Pl_1ctr_1id(JNIEnv *jenv, jclass jcls) {
786     jint jresult = 0 ;
787     int result;
788     
789     (void)jenv;
790     (void)jcls;
791     result = (int)Pl_ctr_id;
792     
793     jresult = (jint)result; 
794     return jresult;
795 }
796 
797 
798 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Pl_1graph_1id(JNIEnv *jenv, jclass jcls) {
799     jint jresult = 0 ;
800     int result;
801     
802     (void)jenv;
803     (void)jcls;
804     result = (int)Pl_graph_id;
805     
806     jresult = (jint)result; 
807     return jresult;
808 }
809 
810 
811 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Plane_1id(JNIEnv *jenv, jclass jcls) {
812     jint jresult = 0 ;
813     int result;
814     
815     (void)jenv;
816     (void)jcls;
817     result = (int)Plane_id;
818     
819     jresult = (jint)result; 
820     return jresult;
821 }
822 
823 
824 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Point2_1id(JNIEnv *jenv, jclass jcls) {
825     jint jresult = 0 ;
826     int result;
827     
828     (void)jenv;
829     (void)jcls;
830     result = (int)Point2_id;
831     
832     jresult = (jint)result; 
833     return jresult;
834 }
835 
836 
837 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Point3_1id(JNIEnv *jenv, jclass jcls) {
838     jint jresult = 0 ;
839     int result;
840     
841     (void)jenv;
842     (void)jcls;
843     result = (int)Point3_id;
844     
845     jresult = (jint)result; 
846     return jresult;
847 }
848 
849 
850 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Pos2_1id(JNIEnv *jenv, jclass jcls) {
851     jint jresult = 0 ;
852     int result;
853     
854     (void)jenv;
855     (void)jcls;
856     result = (int)Pos2_id;
857     
858     jresult = (jint)result; 
859     return jresult;
860 }
861 
862 
863 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Pos3_1id(JNIEnv *jenv, jclass jcls) {
864     jint jresult = 0 ;
865     int result;
866     
867     (void)jenv;
868     (void)jcls;
869     result = (int)Pos3_id;
870     
871     jresult = (jint)result; 
872     return jresult;
873 }
874 
875 
876 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Prof1_1id(JNIEnv *jenv, jclass jcls) {
877     jint jresult = 0 ;
878     int result;
879     
880     (void)jenv;
881     (void)jcls;
882     result = (int)Prof1_id;
883     
884     jresult = (jint)result; 
885     return jresult;
886 }
887 
888 
889 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Prop_1id(JNIEnv *jenv, jclass jcls) {
890     jint jresult = 0 ;
891     int result;
892     
893     (void)jenv;
894     (void)jcls;
895     result = (int)Prop_id;
896     
897     jresult = (jint)result; 
898     return jresult;
899 }
900 
901 
902 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Pwrte_1gen_1id(JNIEnv *jenv, jclass jcls) {
903     jint jresult = 0 ;
904     int result;
905     
906     (void)jenv;
907     (void)jcls;
908     result = (int)Pwrte_gen_id;
909     
910     jresult = (jint)result; 
911     return jresult;
912 }
913 
914 
915 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Pwrte_1point_1to_1point_1id(JNIEnv *jenv, jclass jcls) {
916     jint jresult = 0 ;
917     int result;
918     
919     (void)jenv;
920     (void)jcls;
921     result = (int)Pwrte_point_to_point_id;
922     
923     jresult = (jint)result; 
924     return jresult;
925 }
926 
927 
928 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Pwrte_1point_1to_1vec_1id(JNIEnv *jenv, jclass jcls) {
929     jint jresult = 0 ;
930     int result;
931     
932     (void)jenv;
933     (void)jcls;
934     result = (int)Pwrte_point_to_vec_id;
935     
936     jresult = (jint)result; 
937     return jresult;
938 }
939 
940 
941 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Pwrte_1vec_1to_1vec_1id(JNIEnv *jenv, jclass jcls) {
942     jint jresult = 0 ;
943     int result;
944     
945     (void)jenv;
946     (void)jcls;
947     result = (int)Pwrte_vec_to_vec_id;
948     
949     jresult = (jint)result; 
950     return jresult;
951 }
952 
953 
954 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Quad3_1id(JNIEnv *jenv, jclass jcls) {
955     jint jresult = 0 ;
956     int result;
957     
958     (void)jenv;
959     (void)jcls;
960     result = (int)Quad3_id;
961     
962     jresult = (jint)result; 
963     return jresult;
964 }
965 
966 
967 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Quadric_1id(JNIEnv *jenv, jclass jcls) {
968     jint jresult = 0 ;
969     int result;
970     
971     (void)jenv;
972     (void)jcls;
973     result = (int)Quadric_id;
974     
975     jresult = (jint)result; 
976     return jresult;
977 }
978 
979 
980 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Rgb_1id(JNIEnv *jenv, jclass jcls) {
981     jint jresult = 0 ;
982     int result;
983     
984     (void)jenv;
985     (void)jcls;
986     result = (int)Rgb_id;
987     
988     jresult = (jint)result; 
989     return jresult;
990 }
991 
992 
993 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Rindex_1id(JNIEnv *jenv, jclass jcls) {
994     jint jresult = 0 ;
995     int result;
996     
997     (void)jenv;
998     (void)jcls;
999     result = (int)Rindex_id;
1000     
1001     jresult = (jint)result; 
1002     return jresult;
1003 }
1004 
1005 
1006 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Ruled_1id(JNIEnv *jenv, jclass jcls) {
1007     jint jresult = 0 ;
1008     int result;
1009     
1010     (void)jenv;
1011     (void)jcls;
1012     result = (int)Ruled_id;
1013     
1014     jresult = (jint)result; 
1015     return jresult;
1016 }
1017 
1018 
1019 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Scalar_1id(JNIEnv *jenv, jclass jcls) {
1020     jint jresult = 0 ;
1021     int result;
1022     
1023     (void)jenv;
1024     (void)jcls;
1025     result = (int)Scalar_id;
1026     
1027     jresult = (jint)result; 
1028     return jresult;
1029 }
1030 
1031 
1032 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Snake_1id(JNIEnv *jenv, jclass jcls) {
1033     jint jresult = 0 ;
1034     int result;
1035     
1036     (void)jenv;
1037     (void)jcls;
1038     result = (int)Snake_id;
1039     
1040     jresult = (jint)result; 
1041     return jresult;
1042 }
1043 
1044 
1045 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1State_1id(JNIEnv *jenv, jclass jcls) {
1046     jint jresult = 0 ;
1047     int result;
1048     
1049     (void)jenv;
1050     (void)jcls;
1051     result = (int)State_id;
1052     
1053     jresult = (jint)result; 
1054     return jresult;
1055 }
1056 
1057 
1058 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1String_1match_1id(JNIEnv *jenv, jclass jcls) {
1059     jint jresult = 0 ;
1060     int result;
1061     
1062     (void)jenv;
1063     (void)jcls;
1064     result = (int)String_match_id;
1065     
1066     jresult = (jint)result; 
1067     return jresult;
1068 }
1069 
1070 
1071 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Support_1id(JNIEnv *jenv, jclass jcls) {
1072     jint jresult = 0 ;
1073     int result;
1074     
1075     (void)jenv;
1076     (void)jcls;
1077     result = (int)Support_id;
1078     
1079     jresult = (jint)result; 
1080     return jresult;
1081 }
1082 
1083 
1084 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Terrain_1data_1id(JNIEnv *jenv, jclass jcls) {
1085     jint jresult = 0 ;
1086     int result;
1087     
1088     (void)jenv;
1089     (void)jcls;
1090     result = (int)Terrain_data_id;
1091     
1092     jresult = (jint)result; 
1093     return jresult;
1094 }
1095 
1096 
1097 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tina_1color_1id(JNIEnv *jenv, jclass jcls) {
1098     jint jresult = 0 ;
1099     int result;
1100     
1101     (void)jenv;
1102     (void)jcls;
1103     result = (int)Tina_color_id;
1104     
1105     jresult = (jint)result; 
1106     return jresult;
1107 }
1108 
1109 
1110 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Toptool_1data_1id(JNIEnv *jenv, jclass jcls) {
1111     jint jresult = 0 ;
1112     int result;
1113     
1114     (void)jenv;
1115     (void)jcls;
1116     result = (int)Toptool_data_id;
1117     
1118     jresult = (jint)result; 
1119     return jresult;
1120 }
1121 
1122 
1123 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Torus_1id(JNIEnv *jenv, jclass jcls) {
1124     jint jresult = 0 ;
1125     int result;
1126     
1127     (void)jenv;
1128     (void)jcls;
1129     result = (int)Torus_id;
1130     
1131     jresult = (jint)result; 
1132     return jresult;
1133 }
1134 
1135 
1136 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Transf3_1id(JNIEnv *jenv, jclass jcls) {
1137     jint jresult = 0 ;
1138     int result;
1139     
1140     (void)jenv;
1141     (void)jcls;
1142     result = (int)Transf3_id;
1143     
1144     jresult = (jint)result; 
1145     return jresult;
1146 }
1147 
1148 
1149 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Transform2_1id(JNIEnv *jenv, jclass jcls) {
1150     jint jresult = 0 ;
1151     int result;
1152     
1153     (void)jenv;
1154     (void)jcls;
1155     result = (int)Transform2_id;
1156     
1157     jresult = (jint)result; 
1158     return jresult;
1159 }
1160 
1161 
1162 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Transform3_1id(JNIEnv *jenv, jclass jcls) {
1163     jint jresult = 0 ;
1164     int result;
1165     
1166     (void)jenv;
1167     (void)jcls;
1168     result = (int)Transform3_id;
1169     
1170     jresult = (jint)result; 
1171     return jresult;
1172 }
1173 
1174 
1175 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tree_1node_1id(JNIEnv *jenv, jclass jcls) {
1176     jint jresult = 0 ;
1177     int result;
1178     
1179     (void)jenv;
1180     (void)jcls;
1181     result = (int)Tree_node_id;
1182     
1183     jresult = (jint)result; 
1184     return jresult;
1185 }
1186 
1187 
1188 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tstring_1id(JNIEnv *jenv, jclass jcls) {
1189     jint jresult = 0 ;
1190     int result;
1191     
1192     (void)jenv;
1193     (void)jcls;
1194     result = (int)Tstring_id;
1195     
1196     jresult = (jint)result; 
1197     return jresult;
1198 }
1199 
1200 
1201 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tv_1id(JNIEnv *jenv, jclass jcls) {
1202     jint jresult = 0 ;
1203     int result;
1204     
1205     (void)jenv;
1206     (void)jcls;
1207     result = (int)Tv_id;
1208     
1209     jresult = (jint)result; 
1210     return jresult;
1211 }
1212 
1213 
1214 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tv_1closest_1id(JNIEnv *jenv, jclass jcls) {
1215     jint jresult = 0 ;
1216     int result;
1217     
1218     (void)jenv;
1219     (void)jcls;
1220     result = (int)Tv_closest_id;
1221     
1222     jresult = (jint)result; 
1223     return jresult;
1224 }
1225 
1226 
1227 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tv_1draw_1id(JNIEnv *jenv, jclass jcls) {
1228     jint jresult = 0 ;
1229     int result;
1230     
1231     (void)jenv;
1232     (void)jcls;
1233     result = (int)Tv_draw_id;
1234     
1235     jresult = (jint)result; 
1236     return jresult;
1237 }
1238 
1239 
1240 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tv_1mask_1id(JNIEnv *jenv, jclass jcls) {
1241     jint jresult = 0 ;
1242     int result;
1243     
1244     (void)jenv;
1245     (void)jcls;
1246     result = (int)Tv_mask_id;
1247     
1248     jresult = (jint)result; 
1249     return jresult;
1250 }
1251 
1252 
1253 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tv_1mouse_1id(JNIEnv *jenv, jclass jcls) {
1254     jint jresult = 0 ;
1255     int result;
1256     
1257     (void)jenv;
1258     (void)jcls;
1259     result = (int)Tv_mouse_id;
1260     
1261     jresult = (jint)result; 
1262     return jresult;
1263 }
1264 
1265 
1266 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tv_1patch_1id(JNIEnv *jenv, jclass jcls) {
1267     jint jresult = 0 ;
1268     int result;
1269     
1270     (void)jenv;
1271     (void)jcls;
1272     result = (int)Tv_patch_id;
1273     
1274     jresult = (jint)result; 
1275     return jresult;
1276 }
1277 
1278 
1279 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tv_1pick_1id(JNIEnv *jenv, jclass jcls) {
1280     jint jresult = 0 ;
1281     int result;
1282     
1283     (void)jenv;
1284     (void)jcls;
1285     result = (int)Tv_pick_id;
1286     
1287     jresult = (jint)result; 
1288     return jresult;
1289 }
1290 
1291 
1292 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tv_1picture_1id(JNIEnv *jenv, jclass jcls) {
1293     jint jresult = 0 ;
1294     int result;
1295     
1296     (void)jenv;
1297     (void)jcls;
1298     result = (int)Tv_picture_id;
1299     
1300     jresult = (jint)result; 
1301     return jresult;
1302 }
1303 
1304 
1305 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tv_1screen_1id(JNIEnv *jenv, jclass jcls) {
1306     jint jresult = 0 ;
1307     int result;
1308     
1309     (void)jenv;
1310     (void)jcls;
1311     result = (int)Tv_screen_id;
1312     
1313     jresult = (jint)result; 
1314     return jresult;
1315 }
1316 
1317 
1318 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tv_1zbuff_1id(JNIEnv *jenv, jclass jcls) {
1319     jint jresult = 0 ;
1320     int result;
1321     
1322     (void)jenv;
1323     (void)jcls;
1324     result = (int)Tv_zbuff_id;
1325     
1326     jresult = (jint)result; 
1327     return jresult;
1328 }
1329 
1330 
1331 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Tw_1callback_1id(JNIEnv *jenv, jclass jcls) {
1332     jint jresult = 0 ;
1333     int result;
1334     
1335     (void)jenv;
1336     (void)jcls;
1337     result = (int)Tw_callback_id;
1338     
1339     jresult = (jint)result; 
1340     return jresult;
1341 }
1342 
1343 
1344 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Ucbs_1id(JNIEnv *jenv, jclass jcls) {
1345     jint jresult = 0 ;
1346     int result;
1347     
1348     (void)jenv;
1349     (void)jcls;
1350     result = (int)Ucbs_id;
1351     
1352     jresult = (jint)result; 
1353     return jresult;
1354 }
1355 
1356 
1357 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Ucbs2_1id(JNIEnv *jenv, jclass jcls) {
1358     jint jresult = 0 ;
1359     int result;
1360     
1361     (void)jenv;
1362     (void)jcls;
1363     result = (int)Ucbs2_id;
1364     
1365     jresult = (jint)result; 
1366     return jresult;
1367 }
1368 
1369 
1370 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Ucbs3_1id(JNIEnv *jenv, jclass jcls) {
1371     jint jresult = 0 ;
1372     int result;
1373     
1374     (void)jenv;
1375     (void)jcls;
1376     result = (int)Ucbs3_id;
1377     
1378     jresult = (jint)result; 
1379     return jresult;
1380 }
1381 
1382 
1383 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Vec2_1id(JNIEnv *jenv, jclass jcls) {
1384     jint jresult = 0 ;
1385     int result;
1386     
1387     (void)jenv;
1388     (void)jcls;
1389     result = (int)Vec2_id;
1390     
1391     jresult = (jint)result; 
1392     return jresult;
1393 }
1394 
1395 
1396 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Vec3_1id(JNIEnv *jenv, jclass jcls) {
1397     jint jresult = 0 ;
1398     int result;
1399     
1400     (void)jenv;
1401     (void)jcls;
1402     result = (int)Vec3_id;
1403     
1404     jresult = (jint)result; 
1405     return jresult;
1406 }
1407 
1408 
1409 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Vec4_1id(JNIEnv *jenv, jclass jcls) {
1410     jint jresult = 0 ;
1411     int result;
1412     
1413     (void)jenv;
1414     (void)jcls;
1415     result = (int)Vec4_id;
1416     
1417     jresult = (jint)result; 
1418     return jresult;
1419 }
1420 
1421 
1422 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Vector_1id(JNIEnv *jenv, jclass jcls) {
1423     jint jresult = 0 ;
1424     int result;
1425     
1426     (void)jenv;
1427     (void)jcls;
1428     result = (int)Vector_id;
1429     
1430     jresult = (jint)result; 
1431     return jresult;
1432 }
1433 
1434 
1435 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Viols_1node_1id(JNIEnv *jenv, jclass jcls) {
1436     jint jresult = 0 ;
1437     int result;
1438     
1439     (void)jenv;
1440     (void)jcls;
1441     result = (int)Viols_node_id;
1442     
1443     jresult = (jint)result; 
1444     return jresult;
1445 }
1446 
1447 
1448 JNIEXPORT jint JNICALL Java_Jina_JinaJNI_get_1Vram_1id(JNIEnv *jenv, jclass jcls) {
1449     jint jresult = 0 ;
1450     int result;
1451     
1452     (void)jenv;
1453     (void)jcls;
1454     result = (int)Vram_id;
1455     
1456     jresult = (jint)result; 
1457     return jresult;
1458 }
1459 
1460