ifcopenshell.file.from_string()

This commit is contained in:
Thomas Krijnen
2017-08-22 10:16:07 +02:00
parent 08522c9fd7
commit 430ab54602
4 changed files with 6 additions and 37 deletions
+2 -4
View File
@@ -138,7 +138,7 @@ public:
/// attributes as a flat list. NB: includes the root instance specified
/// in the first function argument.
IfcEntityList::ptr traverse(IfcUtil::IfcBaseClass* instance, int max_level=-1);
#ifdef USE_MMAP
bool Init(const std::string& fn, bool mmap=false);
#else
@@ -147,8 +147,6 @@ public:
bool Init(std::istream& fn, int len);
bool Init(void* data, int len);
bool Init(IfcParse::IfcSpfStream* f);
bool Init(const std::string& data, unsigned int unused);
IfcEntityList::ptr getInverse(int instance_id, IfcSchema::Type::Enum type, int attribute_index);
@@ -176,4 +174,4 @@ public:
}
#endif
#endif