Files
IfcOpenShell/src/ifcjni/org_ifcopenshell_IfcOpenShellModel.h
T
Thomas Krijnen ac155dc810 - Jave Native Interface library for use with the open source http://BIMserver.org
- IfcParse accepts char* as input
- IfcOpeningElements now return geometry
2011-10-27 16:13:29 +00:00

30 lines
773 B
C

/* 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