MeshLib C# Docs
Loading...
Searching...
No Matches
MR.TriangulationHelpers.Const_TriangulatedFanData Class Reference

Data with caches for optimizing fan triangulation Generated from class MR.TriangulationHelpers.TriangulatedFanData. This is the const half of the class. More...

+ Inheritance diagram for MR.TriangulationHelpers.Const_TriangulatedFanData:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_TriangulatedFanData ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_TriangulatedFanData (MR.TriangulationHelpers._ByValue_TriangulatedFanData _other)
 Generated from constructor MR.TriangulationHelpers.TriangulatedFanData.TriangulatedFanData.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Std.Const_Vector_MRVertId neighbors [get]
 
unsafe MR.Std.Const_Vector_StdPairDoubleInt cacheAngleOrder [get]
 temporary reusable storage to avoid allocations for each point
 
unsafe ref readonly MR.VertId border [get]
 
unsafe MR.Const_FewSmallest_MRPointsProjectionResult nearesetPoints [get]
 the storage to collect n-nearest neighbours, here to avoid allocations for each point
 
- Properties inherited from MR.Misc.Object< Const_TriangulatedFanData >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_TriangulatedFanData >
bool _IsOwningVal
 

Detailed Description

Data with caches for optimizing fan triangulation Generated from class MR.TriangulationHelpers.TriangulatedFanData. This is the const half of the class.

Property Documentation

◆ border

unsafe ref readonly MR.VertId MR.TriangulationHelpers.Const_TriangulatedFanData.border
get

first border edge (invalid if the center point is not on the boundary) triangle associated with this point is absent

◆ neighbors

unsafe MR.Std.Const_Vector_MRVertId MR.TriangulationHelpers.Const_TriangulatedFanData.neighbors
get

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: