- Jave Native Interface library for use with the open source http://BIMserver.org

- IfcParse accepts char* as input
- IfcOpeningElements now return geometry
This commit is contained in:
Thomas Krijnen
2011-10-27 16:13:29 +00:00
parent cac8d9b684
commit ac155dc810
8 changed files with 185 additions and 35 deletions
@@ -0,0 +1,29 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ifcopenshell_IfcOpenShellModel */
#ifndef _Included_org_ifcopenshell_IfcOpenShellModel
#define _Included_org_ifcopenshell_IfcOpenShellModel
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_ifcopenshell_IfcOpenShellModel
* Method: getGeometry
* Signature: ()Lorg/bimserver/plugins/ifcengine/IfcEngineGeometry;
*/
JNIEXPORT jobject JNICALL Java_org_ifcopenshell_IfcOpenShellModel_getGeometry
(JNIEnv *, jobject);
/*
* Class: org_ifcopenshell_IfcOpenShellModel
* Method: setIfcData
* Signature: ([B)V
*/
JNIEXPORT bool JNICALL Java_org_ifcopenshell_IfcOpenShellModel_setIfcData
(JNIEnv *, jobject, jbyteArray);
#ifdef __cplusplus
}
#endif
#endif