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

Method FileReaderSelector

Modules/Core/src/IO/mitkFileReaderSelector.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 };
48
49 FileReaderSelector::FileReaderSelector(const FileReaderSelector &other) : m_Data(other.m_Data) {}
50 FileReaderSelector::FileReaderSelector(const std::string &path) : m_Data(new Impl)
51 {
52 if (!itksys::SystemTools::FileExists(Utf8Util::Local8BitToUtf8(path).c_str()))

Callers

nothing calls this directly

Calls 11

GetMimeTypesForFileMethod · 0.80
whatMethod · 0.80
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
GetReferencesMethod · 0.45
GetReaderMethod · 0.45
SetInputMethod · 0.45
GetConfidenceLevelMethod · 0.45
GetPropertyMethod · 0.45
GetServiceIdMethod · 0.45

Tested by

no test coverage detected