MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PlanarTriangulation.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 non-const half of the class. More...

+ Inheritance diagram for MR.PlanarTriangulation.IntersectionsMap:

Public Member Functions

unsafe IntersectionsMap ()
 Constructs an empty (default-constructed) instance.
 
unsafe IntersectionsMap (ulong shift, MR.Std._ByValue_Vector_MRPlanarTriangulationIntersectionInfo map)
 Constructs MR.PlanarTriangulation.IntersectionsMap elementwise.
 
unsafe IntersectionsMap (MR.PlanarTriangulation._ByValue_IntersectionsMap _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap.
 
 IntersectionsMap (Const_IntersectionsMap _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap.
 
 IntersectionsMap (IntersectionsMap _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap.
 
unsafe MR.PlanarTriangulation.IntersectionsMap assign (MR.PlanarTriangulation._ByValue_IntersectionsMap _other)
 Generated from method MR.PlanarTriangulation.IntersectionsMap.operator=.
 

Properties

new unsafe ref ulong shift [get]
 shift of index
 
new unsafe MR.Std.Vector_MRPlanarTriangulationIntersectionInfo map [get, protected set]
 map[id-shift] = {lower intersection edge, upper intersection edge}
 

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 non-const half of the class.

Constructor & Destructor Documentation

◆ IntersectionsMap() [1/5]

unsafe MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap ( )
inline

Constructs an empty (default-constructed) instance.

◆ IntersectionsMap() [2/5]

unsafe MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap ( ulong shift,
MR.Std._ByValue_Vector_MRPlanarTriangulationIntersectionInfo map )
inline

Constructs MR.PlanarTriangulation.IntersectionsMap elementwise.

◆ IntersectionsMap() [3/5]

unsafe MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap ( MR.PlanarTriangulation._ByValue_IntersectionsMap _other)
inline

Generated from constructor MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap.

◆ IntersectionsMap() [4/5]

MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap ( Const_IntersectionsMap _other)
inline

Generated from constructor MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap.

◆ IntersectionsMap() [5/5]

MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap ( IntersectionsMap _other)
inline

Generated from constructor MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap.

Member Function Documentation

◆ assign()

unsafe MR.PlanarTriangulation.IntersectionsMap MR.PlanarTriangulation.IntersectionsMap.assign ( MR.PlanarTriangulation._ByValue_IntersectionsMap _other)
inline

Generated from method MR.PlanarTriangulation.IntersectionsMap.operator=.

Property Documentation

◆ map

new unsafe MR.Std.Vector_MRPlanarTriangulationIntersectionInfo MR.PlanarTriangulation.IntersectionsMap.map
getprotected set

map[id-shift] = {lower intersection edge, upper intersection edge}

◆ shift

new unsafe ref ulong MR.PlanarTriangulation.IntersectionsMap.shift
get

shift of index


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