PPL Configured Java Language Interface  1.2
parma_polyhedra_library_Poly_Con_Relation.h
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class parma_polyhedra_library_Poly_Con_Relation */
4 
5 #ifndef _Included_parma_polyhedra_library_Poly_Con_Relation
6 #define _Included_parma_polyhedra_library_Poly_Con_Relation
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 #undef parma_polyhedra_library_Poly_Con_Relation_NOTHING
11 #define parma_polyhedra_library_Poly_Con_Relation_NOTHING 0L
12 #undef parma_polyhedra_library_Poly_Con_Relation_IS_DISJOINT
13 #define parma_polyhedra_library_Poly_Con_Relation_IS_DISJOINT 1L
14 #undef parma_polyhedra_library_Poly_Con_Relation_STRICTLY_INTERSECTS
15 #define parma_polyhedra_library_Poly_Con_Relation_STRICTLY_INTERSECTS 2L
16 #undef parma_polyhedra_library_Poly_Con_Relation_IS_INCLUDED
17 #define parma_polyhedra_library_Poly_Con_Relation_IS_INCLUDED 4L
18 #undef parma_polyhedra_library_Poly_Con_Relation_SATURATES
19 #define parma_polyhedra_library_Poly_Con_Relation_SATURATES 8L
20 /*
21  * Class: parma_polyhedra_library_Poly_Con_Relation
22  * Method: initIDs
23  * Signature: ()V
24  */
26  (JNIEnv *, jclass);
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 #endif
JNIEXPORT void JNICALL Java_parma_1polyhedra_1library_Poly_1Con_1Relation_initIDs(JNIEnv *, jclass)