MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PlanarTriangulation.Const_IntersectionsMap Class Reference

struct to map new vertices (only appear on intersections) of the outline to it's edges Generated from class MR.PlanarTriangulation.IntersectionsMap. This is the const half of the class. More...

+ Inheritance diagram for MR.PlanarTriangulation.Const_IntersectionsMap:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_IntersectionsMap ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_IntersectionsMap (ulong shift, MR.Std._ByValue_Vector_MRPlanarTriangulationIntersectionInfo map)
 Constructs MR.PlanarTriangulation.IntersectionsMap elementwise.
 
unsafe Const_IntersectionsMap (MR.PlanarTriangulation._ByValue_IntersectionsMap _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ulong shift [get]
 shift of index
 
unsafe MR.Std.Const_Vector_MRPlanarTriangulationIntersectionInfo map [get]
 map[id-shift] = {lower intersection edge, upper intersection edge}
 
- Properties inherited from MR.Misc.Object< Const_IntersectionsMap >
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_IntersectionsMap >
bool _IsOwningVal
 

Detailed Description

struct to map new vertices (only appear on intersections) of the outline to it's edges Generated from class MR.PlanarTriangulation.IntersectionsMap. This is the const half of the class.


The documentation for this class was generated from the following file: