Generated from class MR.IntrinsicDeloneSettings. This is the non-const half of the class.
More...
|
| new unsafe ref float | threshold [get] |
| | the edge is considered Delaunay, if cotan(a1) + cotan(a2) >= threshold; passing positive(negative) threshold makes less(more) edges satisfy Delaunay conditions
|
| 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 | threshold [get] |
| | the edge is considered Delaunay, if cotan(a1) + cotan(a2) >= threshold; passing positive(negative) threshold makes less(more) edges satisfy Delaunay conditions
|
| 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.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]
◆ IntrinsicDeloneSettings() [3/4]
◆ IntrinsicDeloneSettings() [4/4]
◆ assign()
Generated from method MR::IntrinsicDeloneSettings::operator=.
◆ 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.
◆ 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
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: