- 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
+1
View File
@@ -49,6 +49,7 @@ namespace IfcParse {
unsigned int size;
File(const std::string& fn);
File(std::istream& f, int len);
File(void* data, int len);
char Peek();
char Read(unsigned int offset);
void Inc();