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

Method GetDescription

Modules/Core/src/IO/mitkAbstractFileReader.cpp:308–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306 void AbstractFileReader::SetMimeTypePrefix(const std::string &prefix) { d->SetMimeTypePrefix(prefix); }
307 std::string AbstractFileReader::GetMimeTypePrefix() const { return d->GetMimeTypePrefix(); }
308 std::string AbstractFileReader::GetDescription() const { return d->GetDescription(); }
309 void AbstractFileReader::SetDefaultDataNodeProperties(DataNode *node, const std::string &filePath)
310 {
311 // path

Callers 2

GetServicePropertiesMethod · 0.95
ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected