12MRVIEWER_API Expected<LoadedObject>
makeObjectTreeFromFolder(
const std::filesystem::path& folder,
bool dicomOnly,
const ProgressCallback& callback = {} );
15MRVIEWER_API Expected<LoadedObject>
makeObjectTreeFromZip(
const std::filesystem::path& zipPath,
const ProgressCallback& callback = {} );
Definition MRCameraOrientationPlugin.h:8
MRVIEWER_API Expected< LoadedObject > makeObjectTreeFromZip(const std::filesystem::path &zipPath, const ProgressCallback &callback={})
load all supported files from given zip-archive in new container object
MRVIEWER_API Expected< LoadedObject > makeObjectTreeFromFolder(const std::filesystem::path &folder, bool dicomOnly, const ProgressCallback &callback={})
load all supported files from given folder in new container object