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

Method DummyReader

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

Source from the content-addressed store, hash-verified

22{
23public:
24 DummyReader(const DummyReader &other) : mitk::AbstractFileReader(other) {}
25 DummyReader(const std::string &mimeTypeName, const std::string &extension, int priority) : mitk::AbstractFileReader()
26 {
27 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