#1153 HdfSerializer.remove() for cache eviction

This commit is contained in:
Thomas Krijnen
2021-10-29 10:41:21 +02:00
parent c754d15da8
commit 5f7d92aeb0
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@ public:
H5::Group write(const IfcGeom::Element* o);
void write(const IfcGeom::BRepElement* o);
void write(const IfcGeom::TriangulationElement* o);
void remove(const std::string& guid);
const IfcGeom::Element* read(IfcParse::IfcFile& f, const std::string& guid, unsigned int representation_id, read_type rt = READ_BREP);