svg leftovers in misc/
[org.ibex.core.git] / misc / predicates.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ibex_graphics_Predicates */
4
5 #ifndef _Included_org_ibex_graphics_Predicates
6 #define _Included_org_ibex_graphics_Predicates
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ibex_graphics_Predicates
12  * Method:    side
13  * Signature: (DDDDDD)I
14  */
15 JNIEXPORT jint JNICALL Java_org_ibex_graphics_Predicates_side
16   (JNIEnv *, jclass, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
17
18 /*
19  * Class:     org_ibex_graphics_Predicates
20  * Method:    incircle
21  * Signature: (DDDDDDDD)I
22  */
23 JNIEXPORT jint JNICALL Java_org_ibex_graphics_Predicates_incircle
24   (JNIEnv *, jclass, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
25
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif