#include "MRViewerFwd.h"
#include <MRMesh/MRExpected.h>
#include <MRMesh/MRLoadedObjects.h>
#include <filesystem>
Go to the source code of this file.
|
| MRVIEWER_API Expected< LoadedObject > | MR::makeObjectTreeFromFolder (const std::filesystem::path &folder, bool dicomOnly, const ProgressCallback &callback={}) |
| | load all supported files from given folder in new container object
|
| |
| MRVIEWER_API Expected< LoadedObject > | MR::makeObjectTreeFromZip (const std::filesystem::path &zipPath, const ProgressCallback &callback={}) |
| | load all supported files from given zip-archive in new container object
|
| |