MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::VoxelsSave::SavingSettings Struct Reference

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.
 

Detailed Description

stores together all data for save voxel object as a group of images

Member Data Documentation

◆ cb

ProgressCallback MR::VoxelsSave::SavingSettings::cb = {}

Callback reporting progress.

◆ format

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"

◆ path

std::filesystem::path MR::VoxelsSave::SavingSettings::path

path to directory where you want to save images

◆ slicePlane

SlicePlane MR::VoxelsSave::SavingSettings::slicePlane

Plane which the object is sliced by. XY, XZ, or YZ.


The documentation for this struct was generated from the following file: