| 63 | {} |
| 64 | |
| 65 | GltfSerializer::~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 | |
| 72 | bool GltfSerializer::ready() { |
| 73 | return fstream_.is_open() && tmp_fstream1_.is_open() && tmp_fstream2_.is_open(); |