Go to the source code of this file.
Classes | |
| struct | MR::SliceInfoBase |
| struct | MR::SliceInfo |
Namespaces | |
| namespace | MR |
Functions | |
| 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) | |