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

Method GetInputLocation

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

Source from the content-addressed store, hash-verified

276 }
277
278 std::string AbstractFileReader::GetInputLocation() const { return d->m_Location; }
279 std::istream *AbstractFileReader::GetInputStream() const { return d->m_Stream; }
280 MimeType AbstractFileReader::GetRegisteredMimeType() const { return d->GetRegisteredMimeType(); }
281 IFileReader::Options AbstractFileReader::GetOptions() const { return d->GetOptions(); }

Callers 15

ReadMethod · 0.95
GetConfidenceLevelMethod · 0.95
GetLocalFileNameMethod · 0.95
DoReadMethod · 0.80
GetConfidenceLevelMethod · 0.80
DoReadMethod · 0.80
GetCESTMetaFilePathMethod · 0.80
GetTRECFilePathMethod · 0.80
GetLISTFilePathMethod · 0.80
GetOptionsMethod · 0.80
DoReadMethod · 0.80
DoReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected