Generated from class MR.SharpOffsetParameters. Base classes: Direct: (non-virtual) MR.OffsetParameters Indirect: (non-virtual) MR.BaseShellParameters Derived classes: Direct: (non-virtual) MR.GeneralOffsetParameters This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | SharpOffsetParameters () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | SharpOffsetParameters (MR._ByValue_SharpOffsetParameters _other) |
| Generated from constructor MR.SharpOffsetParameters.SharpOffsetParameters. | |
| SharpOffsetParameters (Const_SharpOffsetParameters _other) | |
| Generated from constructor MR.SharpOffsetParameters.SharpOffsetParameters. | |
| SharpOffsetParameters (SharpOffsetParameters _other) | |
| Generated from constructor MR.SharpOffsetParameters.SharpOffsetParameters. | |
| unsafe MR.SharpOffsetParameters | assign (MR._ByValue_SharpOffsetParameters _other) |
| Generated from method MR::SharpOffsetParameters::operator=. | |
| Public Member Functions inherited from MR.Const_SharpOffsetParameters | |
| virtual void | Dispose () |
| unsafe | Const_SharpOffsetParameters () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_SharpOffsetParameters (MR._ByValue_SharpOffsetParameters _other) |
| Generated from constructor MR.SharpOffsetParameters.SharpOffsetParameters. | |
| Const_SharpOffsetParameters (Const_SharpOffsetParameters _other) | |
| Generated from constructor MR.SharpOffsetParameters.SharpOffsetParameters. | |
| Const_SharpOffsetParameters (SharpOffsetParameters _other) | |
| Generated from constructor MR.SharpOffsetParameters.SharpOffsetParameters. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.BaseShellParameters (SharpOffsetParameters self) |
| static unsafe implicit | operator MR.OffsetParameters (SharpOffsetParameters self) |
| Static Public Member Functions inherited from MR.Const_SharpOffsetParameters | |
| static unsafe implicit | operator MR.Const_BaseShellParameters (Const_SharpOffsetParameters self) |
| static unsafe implicit | operator MR.Const_OffsetParameters (Const_SharpOffsetParameters self) |
Properties | |
| new unsafe MR.? UndirectedEdgeBitSet | outSharpEdges [get, set] |
| if non-null then created sharp edges will be saved here | |
| new unsafe ref float | minNewVertDev [get] |
| minimal surface deviation to introduce new vertex in a voxel, measured in voxelSize | |
| new unsafe ref float | maxNewRank2VertDev [get] |
| maximal surface deviation to introduce new rank 2 vertex (on intersection of 2 planes), measured in voxelSize | |
| new unsafe ref float | maxNewRank3VertDev [get] |
| maximal surface deviation to introduce new rank 3 vertex (on intersection of 3 planes), measured in voxelSize | |
| new unsafe ref float | maxOldVertPosCorrection [get] |
| correct positions of the input vertices using reference mesh by not more than this distance, measured in voxelSize; big correction can be wrong and result from self-intersections in the reference mesh | |
| 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_SharpOffsetParameters | |
| unsafe MR.? UndirectedEdgeBitSet | outSharpEdges [get] |
| if non-null then created sharp edges will be saved here | |
| unsafe float | minNewVertDev [get] |
| minimal surface deviation to introduce new vertex in a voxel, measured in voxelSize | |
| unsafe float | maxNewRank2VertDev [get] |
| maximal surface deviation to introduce new rank 2 vertex (on intersection of 2 planes), measured in voxelSize | |
| unsafe float | maxNewRank3VertDev [get] |
| maximal surface deviation to introduce new rank 3 vertex (on intersection of 3 planes), measured in voxelSize | |
| unsafe float | maxOldVertPosCorrection [get] |
| correct positions of the input vertices using reference mesh by not more than this distance, measured in voxelSize; big correction can be wrong and result from self-intersections in the reference mesh | |
| 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_SharpOffsetParameters | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_SharpOffsetParameters | |
| unsafe MR.UndirectedEdgeBitSet._Underlying ** | __ptr_storage_outSharpEdges |
| unsafe float * | __ref_storage_minNewVertDev |
| unsafe float * | __ref_storage_maxNewRank2VertDev |
| unsafe float * | __ref_storage_maxNewRank3VertDev |
| unsafe float * | __ref_storage_maxOldVertPosCorrection |
| 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.SharpOffsetParameters. Base classes: Direct: (non-virtual) MR.OffsetParameters Indirect: (non-virtual) MR.BaseShellParameters Derived classes: Direct: (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.SharpOffsetParameters.SharpOffsetParameters.
|
inline |
Generated from constructor MR.SharpOffsetParameters.SharpOffsetParameters.
|
inline |
Generated from constructor MR.SharpOffsetParameters.SharpOffsetParameters.
|
inline |
Generated from method MR::SharpOffsetParameters::operator=.
|
inlinestatic |
|
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 |
maximal surface deviation to introduce new rank 2 vertex (on intersection of 2 planes), measured in voxelSize
|
get |
maximal surface deviation to introduce new rank 3 vertex (on intersection of 3 planes), measured in voxelSize
|
get |
correct positions of the input vertices using reference mesh by not more than this distance, measured in voxelSize; big correction can be wrong and result from self-intersections in the reference mesh
|
get |
use FunctionVolume for voxel grid representation:
|
get |
minimal surface deviation to introduce new vertex in a voxel, measured in voxelSize
|
getset |
if non-null then created sharp edges will be saved here
|
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