MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / loadFiles

Method loadFiles

source/MRViewer/MRViewer.cpp:1260–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258}
1259
1260bool Viewer::loadFiles( const std::vector<std::filesystem::path>& filesList )
1261{
1262 return loadFiles( filesList, {} );
1263}
1264
1265bool Viewer::loadFiles( const std::vector<std::filesystem::path>& filesList, const FileLoadOptions & options )
1266{

Callers 6

emsAddFileToSceneFunction · 0.80
actionMethod · 0.80
dragDrop_Method · 0.80
parseLaunchParams_Method · 0.80
setupListUpdate_Method · 0.80
handle_load_messageFunction · 0.80

Calls 15

commonFilesNameFunction · 0.85
commonClassNameFunction · 0.85
setSceneDirtyFunction · 0.85
showModalFunction · 0.85
pushNotificationFunction · 0.85
makeObjectTreeFromFolderFunction · 0.85
isDicomFileFunction · 0.85
orderWithManualFinishFunction · 0.85
getActualModelLengthUnitFunction · 0.85
finishFunction · 0.85

Tested by

no test coverage detected