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

Method GetOptions

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

Source from the content-addressed store, hash-verified

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); }
283 void AbstractFileReader::SetOptions(const Options &options) { d->SetOptions(options); }
284 void AbstractFileReader::SetOption(const std::string &name, const us::Any &value) { d->SetOption(name, value); }

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected