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

Method FileWriterSelector

Modules/Core/src/IO/mitkFileWriterSelector.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 };
54
55 FileWriterSelector::FileWriterSelector(const FileWriterSelector &other) : m_Data(other.m_Data) {}
56 FileWriterSelector::FileWriterSelector(const BaseData *baseData, const std::string &mimeType, const std::string &path)
57 : m_Data(new Impl)
58 {

Callers

nothing calls this directly

Calls 15

GetMimeTypesForFileMethod · 0.80
atMethod · 0.80
GetMimeTypeForNameMethod · 0.80
whatMethod · 0.80
emptyMethod · 0.45
sizeMethod · 0.45
GetReferencesMethod · 0.45
GetNameMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
ToStringMethod · 0.45
GetPropertyMethod · 0.45

Tested by

no test coverage detected