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

Method DummyWriter2

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

Source from the content-addressed store, hash-verified

68{
69public:
70 DummyWriter2(const DummyWriter2 &other) : mitk::AbstractFileWriter(other), m_Content("hi there file path") {}
71 DummyWriter2(const std::string &basedataType, const std::string &extension, int ranking)
72 : mitk::AbstractFileWriter(basedataType, extension, "This is a dummy description"), m_Content("hi there file path")
73 {

Callers

nothing calls this directly

Calls 2

SetRankingMethod · 0.45
RegisterServiceMethod · 0.45

Tested by

no test coverage detected