Generated from class MR.VoxelsSave.SavingSettings. This is the const half of the class.
More...
Inheritance diagram for MR.VoxelsSave.Const_SavingSettings:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_SavingSettings () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_SavingSettings (string path, string format, MR.SlicePlane slicePlane, MR.Std._ByValue_Function_BoolFuncFromFloat cb) |
Constructs MR.VoxelsSave.SavingSettings elementwise. | |
| unsafe | Const_SavingSettings (MR.VoxelsSave._ByValue_SavingSettings _other) |
Generated from constructor MR.VoxelsSave.SavingSettings.SavingSettings. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Filesystem.Const_Path | path [get] |
| unsafe MR.Std.Const_String | format [get] |
| unsafe MR.SlicePlane | slicePlane [get] |
| unsafe MR.Std.Const_Function_BoolFuncFromFloat | cb [get] |
Properties inherited from MR.Misc.Object< Const_SavingSettings > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_SavingSettings > | |
| bool | _IsOwningVal |
Generated from class MR.VoxelsSave.SavingSettings. This is the const half of the class.