mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 02:49:12 +00:00
- 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:
@@ -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
|
||||
Reference in New Issue
Block a user