mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
#1785 HdfSerializer read-only option
This commit is contained in:
@@ -91,7 +91,7 @@ private:
|
||||
void write_style(surface_style_serialization& data, const IfcGeom::SurfaceStyle& s);
|
||||
|
||||
public:
|
||||
HdfSerializer(const std::string& hdf_filename, const SerializerSettings& settings);
|
||||
HdfSerializer(const std::string& hdf_filename, const SerializerSettings& settings, bool read_only=false);
|
||||
virtual ~HdfSerializer() {}
|
||||
bool ready();
|
||||
void writeHeader();
|
||||
|
||||
Reference in New Issue
Block a user