Geometry caching

This commit is contained in:
Thomas Krijnen
2021-10-08 15:38:46 +02:00
parent 4cee76ddc3
commit 8dca84dd07
20 changed files with 867 additions and 207 deletions
@@ -137,6 +137,8 @@ namespace IfcGeom {
const Element* get_object(int id) { return implementation_->get_object(id); }
IfcUtil::IfcBaseClass* create() { return implementation_->create(); }
void set_cache(HdfSerializer* cache) { return implementation_->set_cache(cache); }
};
}