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

Method GetOptions

Modules/Core/src/IO/mitkAbstractFileWriter.cpp:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257 IFileWriter::Options AbstractFileWriter::GetDefaultOptions() const { return d->GetDefaultOptions(); }
258 IFileWriter::Options AbstractFileWriter::GetOptions() const { return d->GetOptions(); }
259 us::Any AbstractFileWriter::GetOption(const std::string &name) const { return d->GetOption(name); }
260 void AbstractFileWriter::SetOption(const std::string &name, const us::Any &value) { d->SetOption(name, value); }
261 void AbstractFileWriter::SetOptions(const Options &options) { d->SetOptions(options); }

Callers 4

UsePreferenceListMethod · 0.45
LoadMethod · 0.45
SaveMethod · 0.45
DoReadMethod · 0.45

Calls

no outgoing calls

Tested by 1

UsePreferenceListMethod · 0.36