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

Method DummyWriter

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

Source from the content-addressed store, hash-verified

35{
36public:
37 DummyWriter(const DummyWriter &other) : mitk::AbstractFileWriter(other), m_Content("Hi there stream") {}
38 DummyWriter(const std::string &basedataType, const std::string &extension, int ranking)
39 : mitk::AbstractFileWriter(basedataType, extension, "This is a dummy description"), m_Content("Hi there stream")
40 {

Callers

nothing calls this directly

Calls 2

SetRankingMethod · 0.45
RegisterServiceMethod · 0.45

Tested by

no test coverage detected