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.
 Const_IntersectionsMap (Const_IntersectionsMap _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap.
 Const_IntersectionsMap (IntersectionsMap _other)
 Generated from constructor MR.PlanarTriangulation.IntersectionsMap.IntersectionsMap.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe ulong * __ref_storage_shift

Properties

unsafe ulong shift [get]
 shift of index
unsafe MR.Std.Const_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 const half of the class.

Constructor & Destructor Documentation

◆ Const_IntersectionsMap() [1/5]

unsafe MR.PlanarTriangulation.Const_IntersectionsMap.Const_IntersectionsMap ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_IntersectionsMap() [2/5]

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

Constructs MR.PlanarTriangulation.IntersectionsMap elementwise.

◆ Const_IntersectionsMap() [3/5]

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

◆ Const_IntersectionsMap() [4/5]

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

◆ Const_IntersectionsMap() [5/5]

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

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.PlanarTriangulation.Const_IntersectionsMap.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.PlanarTriangulation.Const_IntersectionsMap.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_shift

unsafe ulong* MR.PlanarTriangulation.Const_IntersectionsMap.__ref_storage_shift
protected

Property Documentation

◆ map

unsafe MR.Std.Const_Vector_MRPlanarTriangulationIntersectionInfo MR.PlanarTriangulation.Const_IntersectionsMap.map
getprotected set

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

◆ shift

unsafe ulong MR.PlanarTriangulation.Const_IntersectionsMap.shift
get

shift of index


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