Generated from class MR.OffsetParameters. Base classes: Direct: (non-virtual) MR.BaseShellParameters Derived classes: Direct: (non-virtual) MR.SharpOffsetParameters Indirect: (non-virtual) MR.GeneralOffsetParameters This is the non-const half of the class.
More...
|
| unsafe | OffsetParameters () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | OffsetParameters (MR._ByValue_OffsetParameters _other) |
| | Generated from constructor MR.OffsetParameters.OffsetParameters.
|
| |
| | OffsetParameters (Const_OffsetParameters _other) |
| | Generated from constructor MR.OffsetParameters.OffsetParameters.
|
| |
| | OffsetParameters (OffsetParameters _other) |
| | Generated from constructor MR.OffsetParameters.OffsetParameters.
|
| |
| unsafe MR.OffsetParameters | assign (MR._ByValue_OffsetParameters _other) |
| | Generated from method MR.OffsetParameters.operator=.
|
| |
Generated from class MR.OffsetParameters. Base classes: Direct: (non-virtual) MR.BaseShellParameters Derived classes: Direct: (non-virtual) MR.SharpOffsetParameters Indirect: (non-virtual) MR.GeneralOffsetParameters This is the non-const half of the class.
◆ OffsetParameters() [1/4]
| unsafe MR.OffsetParameters.OffsetParameters |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ OffsetParameters() [2/4]
| unsafe MR.OffsetParameters.OffsetParameters |
( |
MR._ByValue_OffsetParameters | _other | ) |
|
|
inline |
Generated from constructor MR.OffsetParameters.OffsetParameters.
◆ OffsetParameters() [3/4]
| MR.OffsetParameters.OffsetParameters |
( |
Const_OffsetParameters | _other | ) |
|
|
inline |
Generated from constructor MR.OffsetParameters.OffsetParameters.
◆ OffsetParameters() [4/4]
Generated from constructor MR.OffsetParameters.OffsetParameters.
◆ assign()
Generated from method MR.OffsetParameters.operator=.
◆ operator MR.BaseShellParameters()
◆ callBack
| new unsafe MR.Std.Function_BoolFuncFromFloat MR.OffsetParameters.callBack |
|
getprotected set |
◆ closeHolesInHoleWindingNumber
| new unsafe ref bool MR.OffsetParameters.closeHolesInHoleWindingNumber |
|
get |
◆ fwn
◆ memoryEfficient
| new unsafe ref bool MR.OffsetParameters.memoryEfficient |
|
get |
use FunctionVolume for voxel grid representation:
- memory consumption for voxel storage is approx. (dims.z / (2 * thread_count)) lesser
- computations are about 15% slower (because some z-layers are computed twice) this setting is ignored (as if memoryEfficient == false) if a) signDetectionMode = SignDetectionMode.OpenVDB, or b) fwn is provided (CUDA computations require full memory storage) used only by mcOffsetMesh and sharpOffsetMesh methods
◆ signDetectionMode
determines the method to compute distance sign
◆ voxelSize
| new unsafe ref float MR.OffsetParameters.voxelSize |
|
get |
Size of voxel in grid conversions; The user is responsible for setting some positive value here
◆ windingNumberBeta
| new unsafe ref float MR.OffsetParameters.windingNumberBeta |
|
get |
◆ windingNumberThreshold
| new unsafe ref float MR.OffsetParameters.windingNumberThreshold |
|
get |
only for SignDetectionMode.HoleWindingRule: positive distance if winding number below or equal this threshold; ideal threshold: 0.5 for closed meshes; 0.0 for planar meshes
The documentation for this class was generated from the following file: