Generated from class MR.MeshToVolumeParams. This is the const half of the class.
More...
Inheritance diagram for MR.Const_MeshToVolumeParams:Classes | |
| struct | _Underlying |
Public Types | |
| enum | Type : int { Signed = 0 , Unsigned = 1 } |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_MeshToVolumeParams () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_MeshToVolumeParams (MR.MeshToVolumeParams.Type type, float surfaceOffset, MR.Vector3f voxelSize, MR.AffineXf3f worldXf, MR.Misc.InOut< MR.AffineXf3f >? outXf, MR.Std._ByValue_Function_BoolFuncFromFloat cb) |
Constructs MR.MeshToVolumeParams elementwise. | |
| unsafe | Const_MeshToVolumeParams (MR._ByValue_MeshToVolumeParams _other) |
Generated from constructor MR.MeshToVolumeParams.MeshToVolumeParams. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.MeshToVolumeParams.Type | type [get] |
| unsafe float | surfaceOffset [get] |
| unsafe ref readonly MR.Vector3f | voxelSize [get] |
| unsafe ref readonly MR.AffineXf3f | worldXf [get] |
| unsafe MR.? Box_AffineXf3f | outXf [get] |
| unsafe MR.Std.Const_Function_BoolFuncFromFloat | cb [get] |
Properties inherited from MR.Misc.Object< Const_MeshToVolumeParams > | |
| 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_MeshToVolumeParams > | |
| bool | _IsOwningVal |
Generated from class MR.MeshToVolumeParams. This is the const half of the class.