#define MRMESH_API
Definition MRMeshFwd.h:82
std::function< bool(float)> ProgressCallback
Definition MRMeshFwd.h:751
tl::expected< T, E > Expected
Definition MRExpected.h:31
Expected< PointCloud > fromMultiScanFolder(const std::filesystem::path &folder, const MultiScanLoadSettings &settings={}, const ProgressCallback &callback={})
parameters of fromMultiScanFolder
Definition MRMultiScanLoad.h:17
std::string poseExt
file name extension of the transformation files, each storing a 4x4 row-major transformation
Definition MRMultiScanLoad.h:22
std::string posePrefix
file name prefix (before the numeric index) of the transformation files
Definition MRMultiScanLoad.h:19
std::string scanPrefix
file name prefix (before the numeric index) of the .ply files, each storing the points of one scan
Definition MRMultiScanLoad.h:25