MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_BooleanResultMapper.Const_Maps Class Reference

Generated from class MR.BooleanResultMapper.Maps. This is the const half of the class. More...

Inheritance diagram for MR.Const_BooleanResultMapper.Const_Maps:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Maps ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Maps (MR._ByValue_FaceMap cut2origin, MR._ByValue_FaceMap cut2newFaces, MR._ByValue_WholeEdgeMap old2newEdges, MR._ByValue_VertMap old2newVerts)
 Constructs MR.BooleanResultMapper.Maps elementwise.
unsafe Const_Maps (MR.BooleanResultMapper._ByValue_Maps _other)
 Generated from constructor MR::BooleanResultMapper::Maps::Maps.
 Const_Maps (Const_Maps _other)
 Generated from constructor MR::BooleanResultMapper::Maps::Maps.
 Const_Maps (Maps _other)
 Generated from constructor MR::BooleanResultMapper::Maps::Maps.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Const_FaceMap cut2origin [get, protected set]
 "after cut" faces to "origin" faces this map is not 1-1, but N-1
unsafe MR.Const_FaceMap cut2newFaces [get, protected set]
 "after cut" faces to "after stitch" faces (1-1)
unsafe MR.Const_WholeEdgeMap old2newEdges [get, protected set]
 "origin" edges to "after stitch" edges (1-1)
unsafe MR.Const_VertMap old2newVerts [get, protected set]
 "origin" vertices to "after stitch" vertices (1-1)

Detailed Description

Generated from class MR.BooleanResultMapper.Maps. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Maps() [1/5]

unsafe MR.Const_BooleanResultMapper.Const_Maps.Const_Maps ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Maps() [2/5]

unsafe MR.Const_BooleanResultMapper.Const_Maps.Const_Maps ( MR._ByValue_FaceMap cut2origin,
MR._ByValue_FaceMap cut2newFaces,
MR._ByValue_WholeEdgeMap old2newEdges,
MR._ByValue_VertMap old2newVerts )
inline

Constructs MR.BooleanResultMapper.Maps elementwise.

◆ Const_Maps() [3/5]

unsafe MR.Const_BooleanResultMapper.Const_Maps.Const_Maps ( MR.BooleanResultMapper._ByValue_Maps _other)
inline

Generated from constructor MR::BooleanResultMapper::Maps::Maps.

◆ Const_Maps() [4/5]

MR.Const_BooleanResultMapper.Const_Maps.Const_Maps ( Const_Maps _other)
inline

Generated from constructor MR::BooleanResultMapper::Maps::Maps.

◆ Const_Maps() [5/5]

MR.Const_BooleanResultMapper.Const_Maps.Const_Maps ( Maps _other)
inline

Generated from constructor MR::BooleanResultMapper::Maps::Maps.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_BooleanResultMapper.Const_Maps.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_BooleanResultMapper.Const_Maps.Dispose ( bool disposing)
inlineprotectedvirtual

Property Documentation

◆ cut2newFaces

unsafe MR.Const_FaceMap MR.Const_BooleanResultMapper.Const_Maps.cut2newFaces
getprotected set

"after cut" faces to "after stitch" faces (1-1)

◆ cut2origin

unsafe MR.Const_FaceMap MR.Const_BooleanResultMapper.Const_Maps.cut2origin
getprotected set

"after cut" faces to "origin" faces this map is not 1-1, but N-1

◆ old2newEdges

unsafe MR.Const_WholeEdgeMap MR.Const_BooleanResultMapper.Const_Maps.old2newEdges
getprotected set

"origin" edges to "after stitch" edges (1-1)

◆ old2newVerts

unsafe MR.Const_VertMap MR.Const_BooleanResultMapper.Const_Maps.old2newVerts
getprotected set

"origin" vertices to "after stitch" vertices (1-1)


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