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

Method Load

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

Source from the content-addressed store, hash-verified

496 }
497
498 DataStorage::SetOfObjects::Pointer IOUtil::Load(const std::string &path, DataStorage &storage, const ReaderOptionsFunctorBase *optionsCallback)
499 {
500 std::vector<std::string> paths;
501 paths.push_back(path);
502 return Load(paths, storage, optionsCallback);
503 }
504
505 DataStorage::SetOfObjects::Pointer IOUtil::Load(const std::string &path,
506 const IFileReader::Options &options,

Callers 1

AppliesToMethod · 0.45

Calls 15

LoadFunction · 0.85
frontMethod · 0.80
GetReadFilesMethod · 0.80
IsNotNullMethod · 0.80
ValueMethod · 0.80
whatMethod · 0.80
GetMimeTypesForFileMethod · 0.80
GetResourcePathMethod · 0.80
NewFunction · 0.50
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected