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

Method GetReadFiles

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

Source from the content-addressed store, hash-verified

218 }
219
220 std::vector< std::string > AbstractFileReader::GetReadFiles(){ return m_ReadFiles; }
221
222 void AbstractFileReader::SetMimeType(const CustomMimeType &mimeType) { d->SetMimeType(mimeType); }
223 void AbstractFileReader::SetDescription(const std::string &description) { d->SetDescription(description); }

Callers 1

LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected