Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, VoxelsSave.SavingSettings arg0) |
None | __init__ (self, os.PathLike|str|bytes path, str format, SlicePlane slicePlane, func_bool_from_float cb) |
func_bool_from_float | cb (self) |
None | cb (self, func_bool_from_float arg1) |
str | format (self) |
None | format (self, str arg1) |
pathlib.Path | path (self) |
None | path (self, os.PathLike|str|bytes arg1) |
SlicePlane | slicePlane (self) |
None | slicePlane (self, SlicePlane arg1) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::VoxelsSave::SavingSettings stores together all data for save voxel object as a group of images
None mrmeshpy.VoxelsSave.SavingSettings.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.VoxelsSave.SavingSettings.__init__ | ( | self, | |
VoxelsSave.SavingSettings | arg0 ) |
Implicit copy constructor.
None mrmeshpy.VoxelsSave.SavingSettings.__init__ | ( | self, | |
os.PathLike | str | bytes | path, | ||
str | format, | ||
SlicePlane | slicePlane, | ||
func_bool_from_float | cb ) |
Implicit aggregate constructor.
|
staticprotected |
func_bool_from_float mrmeshpy.VoxelsSave.SavingSettings.cb | ( | self | ) |
Callback reporting progress
None mrmeshpy.VoxelsSave.SavingSettings.cb | ( | self, | |
func_bool_from_float | arg1 ) |
str mrmeshpy.VoxelsSave.SavingSettings.format | ( | self | ) |
format for file names, you should specify a placeholder for number and extension, eg "slice_{0:0{1}}.tif"
None mrmeshpy.VoxelsSave.SavingSettings.format | ( | self, | |
str | arg1 ) |
pathlib.Path mrmeshpy.VoxelsSave.SavingSettings.path | ( | self | ) |
path to directory where you want to save images
None mrmeshpy.VoxelsSave.SavingSettings.path | ( | self, | |
os.PathLike | str | bytes | arg1 ) |
SlicePlane mrmeshpy.VoxelsSave.SavingSettings.slicePlane | ( | self | ) |
Plane which the object is sliced by. XY, XZ, or YZ
None mrmeshpy.VoxelsSave.SavingSettings.slicePlane | ( | self, | |
SlicePlane | arg1 ) |