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

Method Save

Modules/Core/src/IO/mitkIOUtil.cpp:800–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798 }
799
800 void IOUtil::Save(const BaseData *data, const std::string &path, bool setPathProperty) { Save(data, path, IFileWriter::Options(), setPathProperty); }
801 void IOUtil::Save(const BaseData *data, const std::string &path, const IFileWriter::Options &options, bool setPathProperty)
802 {
803 Save(data, std::string(), path, options, setPathProperty);

Callers

nothing calls this directly

Calls 15

OptionsEnum · 0.85
GetMimeTypeForNameMethod · 0.80
frontMethod · 0.80
SetOutputLocationMethod · 0.80
whatMethod · 0.80
IsEmptyMethod · 0.45
emptyMethod · 0.45
GetNameOfClassMethod · 0.45
IsValidMethod · 0.45
GetNameMethod · 0.45
GetExtensionsMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected