Data with caches for optimizing fan triangulation Generated from class MR.TriangulationHelpers.TriangulatedFanData. This is the non-const half of the class.
More...
|
| new unsafe MR.Std.Vector_MRVertId | neighbors [get, protected set] |
| | clockwise points around center point in (optimized) triangle fan, each pair of points (as well as back()-front() pair) together with the center form a fan triangle
|
| new unsafe MR.Std.Vector_StdPairDoubleInt | cacheAngleOrder [get, protected set] |
| | temporary reusable storage to avoid allocations for each point
|
| new unsafe ref MR.VertId | border [get] |
| | first border edge (invalid if the center point is not on the boundary) triangle associated with this point is absent
|
| new unsafe MR.FewSmallest_MRPointsProjectionResult | nearesetPoints [get, protected set] |
| | the storage to collect n-nearest neighbours, here to avoid allocations for each point
|
Data with caches for optimizing fan triangulation Generated from class MR.TriangulationHelpers.TriangulatedFanData. This is the non-const half of the class.
◆ TriangulatedFanData() [1/4]
| unsafe MR.TriangulationHelpers.TriangulatedFanData.TriangulatedFanData |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ TriangulatedFanData() [2/4]
| unsafe MR.TriangulationHelpers.TriangulatedFanData.TriangulatedFanData |
( |
MR.TriangulationHelpers._ByValue_TriangulatedFanData | _other | ) |
|
|
inline |
◆ TriangulatedFanData() [3/4]
| MR.TriangulationHelpers.TriangulatedFanData.TriangulatedFanData |
( |
Const_TriangulatedFanData | _other | ) |
|
|
inline |
◆ TriangulatedFanData() [4/4]
◆ assign()
Generated from method MR::TriangulationHelpers::TriangulatedFanData::operator=.
◆ border
| new unsafe ref MR.VertId MR.TriangulationHelpers.TriangulatedFanData.border |
|
get |
first border edge (invalid if the center point is not on the boundary) triangle associated with this point is absent
◆ cacheAngleOrder
| new unsafe MR.Std.Vector_StdPairDoubleInt MR.TriangulationHelpers.TriangulatedFanData.cacheAngleOrder |
|
getprotected set |
temporary reusable storage to avoid allocations for each point
◆ nearesetPoints
the storage to collect n-nearest neighbours, here to avoid allocations for each point
◆ neighbors
| new unsafe MR.Std.Vector_MRVertId MR.TriangulationHelpers.TriangulatedFanData.neighbors |
|
getprotected set |
clockwise points around center point in (optimized) triangle fan, each pair of points (as well as back()-front() pair) together with the center form a fan triangle
The documentation for this class was generated from the following file: