MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / ~GltfSerializer

Method ~GltfSerializer

src/serializers/GltfSerializer.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 {}
64
65GltfSerializer::~GltfSerializer() {
66 tmp_fstream1_.close();
67 tmp_fstream2_.close();
68 IfcUtil::path::delete_file(tmp_filename1_);
69 IfcUtil::path::delete_file(tmp_filename2_);
70}
71
72bool GltfSerializer::ready() {
73 return fstream_.is_open() && tmp_fstream1_.is_open() && tmp_fstream2_.is_open();

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected