MCPcopy Create free account
hub / github.com/MITK/MITK / Write

Method Write

Modules/SceneSerialization/test/mitkSceneJsonReaderTest.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void Write(const std::string &content) const
54 {
55 std::ofstream out(m_Path);
56 out << content;
57 }
58
59 const std::string &Path() const { return m_Path; }
60

Calls

no outgoing calls

Tested by

no test coverage detected