svg leftovers in misc/
[org.ibex.core.git] / misc / predicates.h
diff --git a/misc/predicates.h b/misc/predicates.h
new file mode 100644 (file)
index 0000000..a0ad678
--- /dev/null
@@ -0,0 +1,29 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class org_ibex_graphics_Predicates */
+
+#ifndef _Included_org_ibex_graphics_Predicates
+#define _Included_org_ibex_graphics_Predicates
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class:     org_ibex_graphics_Predicates
+ * Method:    side
+ * Signature: (DDDDDD)I
+ */
+JNIEXPORT jint JNICALL Java_org_ibex_graphics_Predicates_side
+  (JNIEnv *, jclass, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
+
+/*
+ * Class:     org_ibex_graphics_Predicates
+ * Method:    incircle
+ * Signature: (DDDDDDDD)I
+ */
+JNIEXPORT jint JNICALL Java_org_ibex_graphics_Predicates_incircle
+  (JNIEnv *, jclass, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
+
+#ifdef __cplusplus
+}
+#endif
+#endif