Generated from class MR.ReduceTotalAngleParams. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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 const half of the class.
◆ Const_ReduceTotalAngleParams() [1/4]
| unsafe MR.Const_ReduceTotalAngleParams.Const_ReduceTotalAngleParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_ReduceTotalAngleParams() [2/4]
◆ Const_ReduceTotalAngleParams() [3/4]
◆ Const_ReduceTotalAngleParams() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_ReduceTotalAngleParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_ReduceTotalAngleParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_notFlippable
| unsafe MR.Const_UndirectedEdgeBitSet._Underlying** MR.Const_ReduceTotalAngleParams.__ptr_storage_notFlippable |
|
protected |
◆ __ptr_storage_region
| unsafe MR.Const_FaceBitSet._Underlying** MR.Const_ReduceTotalAngleParams.__ptr_storage_region |
|
protected |
◆ __ptr_storage_vertRegion
| unsafe MR.Const_VertBitSet._Underlying** MR.Const_ReduceTotalAngleParams.__ptr_storage_vertRegion |
|
protected |
◆ __ref_storage_criticalTriAspectRatio
| unsafe float* MR.Const_ReduceTotalAngleParams.__ref_storage_criticalTriAspectRatio |
|
protected |
◆ __ref_storage_factorDelone
| unsafe float* MR.Const_ReduceTotalAngleParams.__ref_storage_factorDelone |
|
protected |
◆ __ref_storage_maxAngleChange
| unsafe float* MR.Const_ReduceTotalAngleParams.__ref_storage_maxAngleChange |
|
protected |
◆ criticalTriAspectRatio
| unsafe float MR.Const_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
| unsafe float MR.Const_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
| unsafe float MR.Const_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: