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