Data with caches for optimizing fan triangulation.
More...
#include <MRPointCloudTriangulationHelpers.h>
Data with caches for optimizing fan triangulation.
◆ border
VertId MR::TriangulationHelpers::TriangulatedFanData::border |
first border edge (invalid if the center point is not on the boundary) triangle associated with this point is absent
◆ cacheAngleOrder
std::vector<std::pair<double, int> > MR::TriangulationHelpers::TriangulatedFanData::cacheAngleOrder |
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
std::vector<VertId> MR::TriangulationHelpers::TriangulatedFanData::neighbors |
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
◆ queue
the queue to optimize local triangulation, here to avoid allocations for each point Removed from the bindings because we don't have bindings for std::priority_queue
at the moment.
The documentation for this struct was generated from the following file: