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

Method Write

Modules/Core/test/mitkFileWriterRegistryTest.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 using AbstractFileWriter::Write;
52
53 virtual void Write(const mitk::BaseData *data, std::ostream &stream)
54 {
55 MITK_TEST_CONDITION_REQUIRED(dynamic_cast<const DummyBaseData *>(data), "Correct data type")
56 stream << m_Content;
57 }
58
59 std::string m_Content;
60

Callers 2

mitkPointSetWriterTestFunction · 0.45
TestStreamMethodsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected