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

Method DummyReader2

Modules/Core/test/mitkFileReaderRegistryTest.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57{
58public:
59 DummyReader2(const DummyReader2 &other) : mitk::AbstractFileReader(other) {}
60 DummyReader2(const std::string &mimeTypeName, const std::string &extension, int priority) : mitk::AbstractFileReader()
61 {
62 mitk::CustomMimeType mimeType(mimeTypeName);

Callers

nothing calls this directly

Calls 5

SetCommentMethod · 0.80
AddExtensionMethod · 0.45
SetMimeTypeMethod · 0.45
SetRankingMethod · 0.45
RegisterServiceMethod · 0.45

Tested by

no test coverage detected