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...
Public Member Functions | |
| 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=. | |
| Public Member Functions inherited from MR.Const_OffsetParameters | |
| virtual void | Dispose () |
| unsafe | Const_OffsetParameters () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_OffsetParameters (MR._ByValue_OffsetParameters _other) |
| Generated from constructor MR.OffsetParameters.OffsetParameters. | |
| Const_OffsetParameters (Const_OffsetParameters _other) | |
| Generated from constructor MR.OffsetParameters.OffsetParameters. | |
| Const_OffsetParameters (OffsetParameters _other) | |
| Generated from constructor MR.OffsetParameters.OffsetParameters. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.BaseShellParameters (OffsetParameters self) |
| Static Public Member Functions inherited from MR.Const_OffsetParameters | |
| static unsafe implicit | operator MR.Const_BaseShellParameters (Const_OffsetParameters self) |
Properties | |
| new unsafe ref MR.SignDetectionMode | signDetectionMode [get] |
| determines the method to compute distance sign | |
| new unsafe ref bool | closeHolesInHoleWindingNumber [get] |
| whether to construct closed mesh in signMode = SignDetectionModeShort.HoleWindingNumber | |
| new unsafe ref float | 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 | |
| new unsafe ref float | windingNumberBeta [get] |
| only for SignDetectionMode.HoleWindingRule: determines the precision of fast approximation: the more the better, minimum value is 1 | |
| new unsafe MR.Std.SharedPtr_MRIFastWindingNumber | fwn [get, protected set] |
| defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used this only used if signDetectionMode == SignDetectionMode.HoleWindingRule, otherwise it is ignored providing this will disable memoryEfficient (as if memoryEfficient == false) | |
| new unsafe ref bool | memoryEfficient [get] |
| use FunctionVolume for voxel grid representation: | |
| new unsafe ref float | voxelSize [get] |
| Size of voxel in grid conversions; The user is responsible for setting some positive value here. | |
| new unsafe MR.Std.Function_Bool_From_Float | callBack [get, protected set] |
| Progress callback. | |
| Properties inherited from MR.Const_OffsetParameters | |
| unsafe MR.SignDetectionMode | signDetectionMode [get] |
| determines the method to compute distance sign | |
| unsafe bool | closeHolesInHoleWindingNumber [get] |
| whether to construct closed mesh in signMode = SignDetectionModeShort.HoleWindingNumber | |
| unsafe float | 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 | |
| unsafe float | windingNumberBeta [get] |
| only for SignDetectionMode.HoleWindingRule: determines the precision of fast approximation: the more the better, minimum value is 1 | |
| unsafe MR.Std.Const_SharedPtr_MRIFastWindingNumber | fwn [get, protected set] |
| defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used this only used if signDetectionMode == SignDetectionMode.HoleWindingRule, otherwise it is ignored providing this will disable memoryEfficient (as if memoryEfficient == false) | |
| unsafe bool | memoryEfficient [get] |
| use FunctionVolume for voxel grid representation: | |
| unsafe float | voxelSize [get] |
| Size of voxel in grid conversions; The user is responsible for setting some positive value here. | |
| unsafe MR.Std.Const_Function_Bool_From_Float | callBack [get, protected set] |
| Progress callback. | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_OffsetParameters | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_OffsetParameters | |
| unsafe MR.SignDetectionMode * | __ref_storage_signDetectionMode |
| unsafe bool * | __ref_storage_closeHolesInHoleWindingNumber |
| unsafe float * | __ref_storage_windingNumberThreshold |
| unsafe float * | __ref_storage_windingNumberBeta |
| unsafe bool * | __ref_storage_memoryEfficient |
| unsafe float * | __ref_storage_voxelSize |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.OffsetParameters.OffsetParameters.
|
inline |
Generated from constructor MR.OffsetParameters.OffsetParameters.
|
inline |
Generated from constructor MR.OffsetParameters.OffsetParameters.
|
inline |
Generated from method MR::OffsetParameters::operator=.
|
inlinestatic |
|
getprotected set |
Progress callback.
|
get |
whether to construct closed mesh in signMode = SignDetectionModeShort.HoleWindingNumber
|
getprotected set |
defines particular implementation of IFastWindingNumber interface that will compute windings. If it is not specified, default FastWindingNumber is used this only used if signDetectionMode == SignDetectionMode.HoleWindingRule, otherwise it is ignored providing this will disable memoryEfficient (as if memoryEfficient == false)
|
get |
use FunctionVolume for voxel grid representation:
|
get |
determines the method to compute distance sign
|
get |
Size of voxel in grid conversions; The user is responsible for setting some positive value here.
|
get |
only for SignDetectionMode.HoleWindingRule: determines the precision of fast approximation: the more the better, minimum value is 1
|
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