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

Method ~DebugWriter

src/svgfill/src/arrange_polygons.cpp:364–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363 }
364 ~DebugWriter() {
365 if (enabled_) {
366 svg << "</svg>\n";
367 obj << std::flush;
368 obj.close();
369 svg.close();
370 }
371 }
372
373 DebugWriter(const DebugWriter&) = delete;
374

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected