stores together all data for save voxel object as a group of images More...
#include <MRVoxelsSave.h>
Public Attributes | |
| std::filesystem::path | path |
| path to directory where you want to save images | |
| std::string | format = "slice_{0:0{1}}.tif" |
| format for file names, you should specify a placeholder for number and extension, eg "slice_{0:0{1}}.tif" | |
| SlicePlane | slicePlane |
| Plane which the object is sliced by. XY, XZ, or YZ. | |
| ProgressCallback | cb = {} |
| Callback reporting progress. | |
stores together all data for save voxel object as a group of images
| ProgressCallback MR::VoxelsSave::SavingSettings::cb = {} |
Callback reporting progress.
| std::string MR::VoxelsSave::SavingSettings::format = "slice_{0:0{1}}.tif" |
format for file names, you should specify a placeholder for number and extension, eg "slice_{0:0{1}}.tif"
| std::filesystem::path MR::VoxelsSave::SavingSettings::path |
path to directory where you want to save images
| SlicePlane MR::VoxelsSave::SavingSettings::slicePlane |
Plane which the object is sliced by. XY, XZ, or YZ.