Generated from class MR.DeloneSettings. This is the non-const half of the class.
More...
|
| unsafe | DeloneSettings () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | DeloneSettings (float maxDeviationAfterFlip, float maxAngleChange, float criticalTriAspectRatio, MR.Const_FaceBitSet? region, MR.Const_UndirectedEdgeBitSet? notFlippable, MR.Const_VertBitSet? vertRegion) |
| | Constructs MR.DeloneSettings elementwise.
|
| unsafe | DeloneSettings (MR.Const_DeloneSettings _other) |
| | Generated from constructor MR.DeloneSettings.DeloneSettings.
|
| | DeloneSettings (DeloneSettings _other) |
| | Generated from constructor MR.DeloneSettings.DeloneSettings.
|
| unsafe MR.DeloneSettings | assign (MR.Const_DeloneSettings _other) |
| | Generated from method MR::DeloneSettings::operator=.
|
| virtual void | Dispose () |
| unsafe | Const_DeloneSettings () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_DeloneSettings (float maxDeviationAfterFlip, float maxAngleChange, float criticalTriAspectRatio, MR.Const_FaceBitSet? region, MR.Const_UndirectedEdgeBitSet? notFlippable, MR.Const_VertBitSet? vertRegion) |
| | Constructs MR.DeloneSettings elementwise.
|
| unsafe | Const_DeloneSettings (MR.Const_DeloneSettings _other) |
| | Generated from constructor MR.DeloneSettings.DeloneSettings.
|
| | Const_DeloneSettings (DeloneSettings _other) |
| | Generated from constructor MR.DeloneSettings.DeloneSettings.
|
|
| new unsafe ref float | maxDeviationAfterFlip [get] |
| | Maximal allowed surface deviation during every individual flip.
|
| new unsafe ref float | maxAngleChange [get] |
| | Maximal allowed dihedral angle change (in radians) over the flipped edge.
|
| new unsafe ref 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
|
| new unsafe MR.? Const_FaceBitSet | region [get, set] |
| | Only edges with left and right faces in this set can be flipped.
|
| new unsafe MR.? Const_UndirectedEdgeBitSet | notFlippable [get, set] |
| | Edges specified by this bit-set will never be flipped.
|
| new unsafe MR.? Const_VertBitSet | vertRegion [get, set] |
| | Only edges with origin or destination in this set before or after flip can be flipped.
|
| 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 non-const half of the class.
◆ DeloneSettings() [1/4]
| unsafe MR.DeloneSettings.DeloneSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ DeloneSettings() [2/4]
◆ DeloneSettings() [3/4]
◆ DeloneSettings() [4/4]
◆ assign()
Generated from method MR::DeloneSettings::operator=.
◆ criticalTriAspectRatio
| new unsafe ref float MR.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
| new unsafe ref float MR.DeloneSettings.maxAngleChange |
|
get |
Maximal allowed dihedral angle change (in radians) over the flipped edge.
◆ maxDeviationAfterFlip
| new unsafe ref float MR.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: