Generated from class MR.IntrinsicDeloneSettings. This is the non-const half of the class.
More...
|
| new unsafe ref float | threshold [get] |
| |
| 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.
|
| |
Generated from class MR.IntrinsicDeloneSettings. This is the non-const half of the class.
◆ IntrinsicDeloneSettings() [1/4]
| unsafe MR.IntrinsicDeloneSettings.IntrinsicDeloneSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ IntrinsicDeloneSettings() [2/4]
| unsafe MR.IntrinsicDeloneSettings.IntrinsicDeloneSettings |
( |
float | threshold, |
|
|
MR.Const_FaceBitSet? | region, |
|
|
MR.Const_UndirectedEdgeBitSet? | notFlippable, |
|
|
MR.Const_VertBitSet? | vertRegion ) |
|
inline |
◆ IntrinsicDeloneSettings() [3/4]
| unsafe MR.IntrinsicDeloneSettings.IntrinsicDeloneSettings |
( |
MR.Const_IntrinsicDeloneSettings | _other | ) |
|
|
inline |
Generated from constructor MR.IntrinsicDeloneSettings.IntrinsicDeloneSettings.
◆ IntrinsicDeloneSettings() [4/4]
Generated from constructor MR.IntrinsicDeloneSettings.IntrinsicDeloneSettings.
◆ assign()
Generated from method MR.IntrinsicDeloneSettings.operator=.
◆ notFlippable
| new unsafe MR.? Const_UndirectedEdgeBitSet MR.IntrinsicDeloneSettings.notFlippable |
|
getset |
Edges specified by this bit-set will never be flipped.
◆ region
| new unsafe MR.? Const_FaceBitSet MR.IntrinsicDeloneSettings.region |
|
getset |
Only edges with left and right faces in this set can be flipped.
◆ threshold
| new unsafe ref float MR.IntrinsicDeloneSettings.threshold |
|
get |
the edge is considered Delaunay, if cotan(a1) + cotan(a2) >= threshold; passing positive(negative) threshold makes less(more) edges satisfy Delaunay conditions
◆ vertRegion
| new unsafe MR.? Const_VertBitSet MR.IntrinsicDeloneSettings.vertRegion |
|
getset |
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: