Generated from class MR.ReduceTotalAngleParams. This is the non-const half of the class.
More...
|
| unsafe | ReduceTotalAngleParams () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | ReduceTotalAngleParams (float maxAngleChange, float criticalTriAspectRatio, float factorDelone, MR.Const_FaceBitSet? region, MR.Const_UndirectedEdgeBitSet? notFlippable, MR.Const_VertBitSet? vertRegion) |
| | Constructs MR.ReduceTotalAngleParams elementwise.
|
| unsafe | ReduceTotalAngleParams (MR.Const_ReduceTotalAngleParams _other) |
| | Generated from constructor MR.ReduceTotalAngleParams.ReduceTotalAngleParams.
|
| | ReduceTotalAngleParams (ReduceTotalAngleParams _other) |
| | Generated from constructor MR.ReduceTotalAngleParams.ReduceTotalAngleParams.
|
| unsafe MR.ReduceTotalAngleParams | assign (MR.Const_ReduceTotalAngleParams _other) |
| | Generated from method MR::ReduceTotalAngleParams::operator=.
|
| virtual void | Dispose () |
| unsafe | Const_ReduceTotalAngleParams () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_ReduceTotalAngleParams (float maxAngleChange, float criticalTriAspectRatio, float factorDelone, MR.Const_FaceBitSet? region, MR.Const_UndirectedEdgeBitSet? notFlippable, MR.Const_VertBitSet? vertRegion) |
| | Constructs MR.ReduceTotalAngleParams elementwise.
|
| unsafe | Const_ReduceTotalAngleParams (MR.Const_ReduceTotalAngleParams _other) |
| | Generated from constructor MR.ReduceTotalAngleParams.ReduceTotalAngleParams.
|
| | Const_ReduceTotalAngleParams (ReduceTotalAngleParams _other) |
| | Generated from constructor MR.ReduceTotalAngleParams.ReduceTotalAngleParams.
|
|
| 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 ref float | factorDelone [get] |
| | This value must be in [0,1] range; factorDelone = 0 means that only dihedral angles are minimized, ignoring Delaunay criterion; factorDelone = 1 means that only Delaunay criterion is optimized ignoring dihedral angles; other values mean that a mixture of both criteria will be optimized.
|
| 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 | 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 float | factorDelone [get] |
| | This value must be in [0,1] range; factorDelone = 0 means that only dihedral angles are minimized, ignoring Delaunay criterion; factorDelone = 1 means that only Delaunay criterion is optimized ignoring dihedral angles; other values mean that a mixture of both criteria will be optimized.
|
| 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.ReduceTotalAngleParams. This is the non-const half of the class.
◆ ReduceTotalAngleParams() [1/4]
| unsafe MR.ReduceTotalAngleParams.ReduceTotalAngleParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ReduceTotalAngleParams() [2/4]
◆ ReduceTotalAngleParams() [3/4]
◆ ReduceTotalAngleParams() [4/4]
◆ assign()
Generated from method MR::ReduceTotalAngleParams::operator=.
◆ criticalTriAspectRatio
| new unsafe ref float MR.ReduceTotalAngleParams.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
◆ factorDelone
| new unsafe ref float MR.ReduceTotalAngleParams.factorDelone |
|
get |
This value must be in [0,1] range; factorDelone = 0 means that only dihedral angles are minimized, ignoring Delaunay criterion; factorDelone = 1 means that only Delaunay criterion is optimized ignoring dihedral angles; other values mean that a mixture of both criteria will be optimized.
◆ maxAngleChange
| new unsafe ref float MR.ReduceTotalAngleParams.maxAngleChange |
|
get |
Maximal allowed dihedral angle change (in radians) over the flipped edge.
◆ 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: