Generated from class MR.FindOverlappingSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe float | maxDistSq [get] |
| unsafe float | maxNormalDot [get] |
| | maximal dot product of one triangle and another overlapping triangle normals
|
| unsafe float | minAreaFraction [get] |
| | consider triangle as overlapping only if the area of the oppositely oriented triangle is at least given fraction of the triangle's area
|
| unsafe MR.Std.Const_Function_Bool_From_MRFaceId_MRFaceId | pred [get, protected set] |
| | if predicate is present it should return true for pair of faces that should be considered as overlap
|
| unsafe MR.Std.Const_Function_Bool_From_Float | cb [get, protected set] |
| | for reporting current progress and allowing the user to cancel the algorithm
|
Generated from class MR.FindOverlappingSettings. This is the const half of the class.
◆ Const_FindOverlappingSettings() [1/5]
| unsafe MR.Const_FindOverlappingSettings.Const_FindOverlappingSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_FindOverlappingSettings() [2/5]
| unsafe MR.Const_FindOverlappingSettings.Const_FindOverlappingSettings |
( |
float | maxDistSq, |
|
|
float | maxNormalDot, |
|
|
float | minAreaFraction, |
|
|
MR.Std._ByValue_Function_Bool_From_MRFaceId_MRFaceId | pred, |
|
|
MR.Std._ByValue_Function_Bool_From_Float | cb ) |
|
inline |
◆ Const_FindOverlappingSettings() [3/5]
| unsafe MR.Const_FindOverlappingSettings.Const_FindOverlappingSettings |
( |
MR._ByValue_FindOverlappingSettings | _other | ) |
|
|
inline |
◆ Const_FindOverlappingSettings() [4/5]
◆ Const_FindOverlappingSettings() [5/5]
◆ Dispose() [1/2]
| virtual void MR.Const_FindOverlappingSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_FindOverlappingSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_maxDistSq
| unsafe float* MR.Const_FindOverlappingSettings.__ref_storage_maxDistSq |
|
protected |
◆ __ref_storage_maxNormalDot
| unsafe float* MR.Const_FindOverlappingSettings.__ref_storage_maxNormalDot |
|
protected |
◆ __ref_storage_minAreaFraction
| unsafe float* MR.Const_FindOverlappingSettings.__ref_storage_minAreaFraction |
|
protected |
◆ cb
| unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_FindOverlappingSettings.cb |
|
getprotected set |
for reporting current progress and allowing the user to cancel the algorithm
◆ maxDistSq
| unsafe float MR.Const_FindOverlappingSettings.maxDistSq |
|
get |
◆ maxNormalDot
| unsafe float MR.Const_FindOverlappingSettings.maxNormalDot |
|
get |
maximal dot product of one triangle and another overlapping triangle normals
◆ minAreaFraction
| unsafe float MR.Const_FindOverlappingSettings.minAreaFraction |
|
get |
consider triangle as overlapping only if the area of the oppositely oriented triangle is at least given fraction of the triangle's area
◆ pred
| unsafe MR.Std.Const_Function_Bool_From_MRFaceId_MRFaceId MR.Const_FindOverlappingSettings.pred |
|
getprotected set |
if predicate is present it should return true for pair of faces that should be considered as overlap
The documentation for this class was generated from the following file: