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

Method GetInputStream

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

Source from the content-addressed store, hash-verified

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(); }
282 us::Any AbstractFileReader::GetOption(const std::string &name) const { return d->GetOption(name); }

Callers 9

ReadMethod · 0.95
DoReadMethod · 0.80
DoReadMethod · 0.80
DoReadMethod · 0.80
DoReadMethod · 0.80
InputStreamMethod · 0.80
DoReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected