MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.VoxelsSave.SavingSettings Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, VoxelsSave.SavingSettings arg0)
 
None __init__ (self, os.PathLike 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)
 
os.PathLike path (self)
 
None path (self, os.PathLike arg1)
 
SlicePlane slicePlane (self)
 
None slicePlane (self, SlicePlane arg1)
 

Detailed Description

Generated from:  MR::VoxelsSave::SavingSettings

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

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.VoxelsSave.SavingSettings.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.VoxelsSave.SavingSettings.__init__ ( self,
VoxelsSave.SavingSettings arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.VoxelsSave.SavingSettings.__init__ ( self,
os.PathLike path,
str format,
SlicePlane slicePlane,
func_bool_from_float cb )
Implicit aggregate constructor.

Member Function Documentation

◆ cb() [1/2]

func_bool_from_float meshlib.mrmeshpy.VoxelsSave.SavingSettings.cb ( self)
Callback reporting progress

◆ cb() [2/2]

None meshlib.mrmeshpy.VoxelsSave.SavingSettings.cb ( self,
func_bool_from_float arg1 )

◆ format() [1/2]

str meshlib.mrmeshpy.VoxelsSave.SavingSettings.format ( self)
format for file names, you should specify a placeholder for number and extension, eg "slice_{0:0{1}}.tif"

◆ format() [2/2]

None meshlib.mrmeshpy.VoxelsSave.SavingSettings.format ( self,
str arg1 )

◆ path() [1/2]

os.PathLike meshlib.mrmeshpy.VoxelsSave.SavingSettings.path ( self)
path to directory where you want to save images

◆ path() [2/2]

None meshlib.mrmeshpy.VoxelsSave.SavingSettings.path ( self,
os.PathLike arg1 )

◆ slicePlane() [1/2]

SlicePlane meshlib.mrmeshpy.VoxelsSave.SavingSettings.slicePlane ( self)
Plane which the object is sliced by. XY, XZ, or YZ

◆ slicePlane() [2/2]

None meshlib.mrmeshpy.VoxelsSave.SavingSettings.slicePlane ( self,
SlicePlane arg1 )

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