#include "MRVoxelsFwd.h"
#include "MRMesh/MRVector3.h"
#include <compare>
#include <filesystem>
Go to the source code of this file.
|
| namespace | MR |
| | only for bindings generation
|
| |
|
| MRVOXELS_API void | MR::sortScansByOrder (std::vector< std::filesystem::path > &scans, std::vector< SliceInfo > &zOrder) |
| | Sort scan files in given vector by given slice information.
|
| |
| MRVOXELS_API void | MR::putScanFileNameInZ (const std::vector< std::filesystem::path > &scans, std::vector< SliceInfo > &zOrder) |
| | Read layer heights from given scan file names.
|
| |
| MRVOXELS_API void | MR::sortScanFilesByName (std::vector< std::filesystem::path > &scans) |
| | Sort scan files in given vector by names (respect numbers in it)
|
| |