Generated from class MR.MeshVoxelsConverter. This is the const half of the class.
More...
Inheritance diagram for MR.Const_MeshVoxelsConverter:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_MeshVoxelsConverter () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_MeshVoxelsConverter (float voxelSize, float surfaceOffset, MR.Std._ByValue_Function_BoolFuncFromFloat callBack, float offsetVoxels, float adaptivity) |
Constructs MR.MeshVoxelsConverter elementwise. | |
| unsafe | Const_MeshVoxelsConverter (MR._ByValue_MeshVoxelsConverter _other) |
Generated from constructor MR.MeshVoxelsConverter.MeshVoxelsConverter. | |
| unsafe MR.FloatGrid | call (MR.Const_MeshPart mp, MR.AffineXf3f? xf=null) |
Generated from method MR.MeshVoxelsConverter.operator(). Parameter xf defaults to {}. | |
| unsafe MR.FloatGrid | call (MR.Const_ObjectMesh obj) |
Generated from method MR.MeshVoxelsConverter.operator(). | |
| unsafe MR.Mesh | call (MR.Const_FloatGrid grid) |
Generated from method MR.MeshVoxelsConverter.operator(). | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe float | voxelSize [get] |
| unsafe float | surfaceOffset [get] |
| unsafe MR.Std.Const_Function_BoolFuncFromFloat | callBack [get] |
| unsafe float | offsetVoxels [get] |
| unsafe float | adaptivity [get] |
Properties inherited from MR.Misc.Object< Const_MeshVoxelsConverter > | |
| 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_MeshVoxelsConverter > | |
| bool | _IsOwningVal |
Generated from class MR.MeshVoxelsConverter. This is the const half of the class.