Generated from class MR.DeloneSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe float | maxDeviationAfterFlip [get] |
| | Maximal allowed surface deviation during every individual flip.
|
| unsafe float | maxAngleChange [get] |
| | Maximal allowed dihedral angle change (in radians) over the flipped edge.
|
| unsafe float | criticalTriAspectRatio [get] |
| | if this value is less than FLT_MAX then the algorithm will ignore dihedral angle check if one of triangles has aspect ratio more than this value
|
| unsafe MR.? Const_FaceBitSet | region [get] |
| | Only edges with left and right faces in this set can be flipped.
|
| unsafe MR.? Const_UndirectedEdgeBitSet | notFlippable [get] |
| | Edges specified by this bit-set will never be flipped.
|
| unsafe MR.? Const_VertBitSet | vertRegion [get] |
| | Only edges with origin or destination in this set before or after flip can be flipped.
|
Generated from class MR.DeloneSettings. This is the const half of the class.
◆ Const_DeloneSettings() [1/4]
| unsafe MR.Const_DeloneSettings.Const_DeloneSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_DeloneSettings() [2/4]
◆ Const_DeloneSettings() [3/4]
◆ Const_DeloneSettings() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_DeloneSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_DeloneSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_notFlippable
| unsafe MR.Const_UndirectedEdgeBitSet._Underlying** MR.Const_DeloneSettings.__ptr_storage_notFlippable |
|
protected |
◆ __ptr_storage_region
| unsafe MR.Const_FaceBitSet._Underlying** MR.Const_DeloneSettings.__ptr_storage_region |
|
protected |
◆ __ptr_storage_vertRegion
| unsafe MR.Const_VertBitSet._Underlying** MR.Const_DeloneSettings.__ptr_storage_vertRegion |
|
protected |
◆ __ref_storage_criticalTriAspectRatio
| unsafe float* MR.Const_DeloneSettings.__ref_storage_criticalTriAspectRatio |
|
protected |
◆ __ref_storage_maxAngleChange
| unsafe float* MR.Const_DeloneSettings.__ref_storage_maxAngleChange |
|
protected |
◆ __ref_storage_maxDeviationAfterFlip
| unsafe float* MR.Const_DeloneSettings.__ref_storage_maxDeviationAfterFlip |
|
protected |
◆ criticalTriAspectRatio
| unsafe float MR.Const_DeloneSettings.criticalTriAspectRatio |
|
get |
if this value is less than FLT_MAX then the algorithm will ignore dihedral angle check if one of triangles has aspect ratio more than this value
◆ maxAngleChange
| unsafe float MR.Const_DeloneSettings.maxAngleChange |
|
get |
Maximal allowed dihedral angle change (in radians) over the flipped edge.
◆ maxDeviationAfterFlip
| unsafe float MR.Const_DeloneSettings.maxDeviationAfterFlip |
|
get |
Maximal allowed surface deviation during every individual flip.
◆ notFlippable
Edges specified by this bit-set will never be flipped.
◆ region
Only edges with left and right faces in this set can be flipped.
◆ vertRegion
Only edges with origin or destination in this set before or after flip can be flipped.
The documentation for this class was generated from the following file: