MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / writeFile

Function writeFile

src/cpp/test/dumpToThree.h:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 inline void writeFile(std::string filename, std::string data)
281 {
282 std::string newFileName(filename.begin(), filename.end());
283 std::ofstream out(newFileName);
284 out << data;
285 out.close();
286 }
287
288 inline std::string makeThreeJSViewer(std::vector<glm::dvec3> input, std::vector<uint32_t> indices)
289 {

Callers 8

DumpLinesToHtmlFunction · 0.70
DumpGradientCurveThreeFunction · 0.70
DumpSectionCurvesThreeFunction · 0.70
DumpAlignmentThreeFunction · 0.70
DumpCrossSectionsThreeFunction · 0.70
DumpIfcGeometryThreeFunction · 0.70
DumpFlatMeshThreeFunction · 0.70
DumpCurveToHtmlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected