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

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

Inheritance diagram for MR.Const_BooleanResultMapper.Maps:

Public Member Functions

unsafe Maps ()
 Constructs an empty (default-constructed) instance.
unsafe Maps (MR._ByValue_FaceMap cut2origin, MR._ByValue_FaceMap cut2newFaces, MR._ByValue_WholeEdgeMap old2newEdges, MR._ByValue_VertMap old2newVerts)
 Constructs MR.BooleanResultMapper.Maps elementwise.
unsafe Maps (MR.BooleanResultMapper._ByValue_Maps _other)
 Generated from constructor MR::BooleanResultMapper::Maps::Maps.
 Maps (Const_Maps _other)
 Generated from constructor MR::BooleanResultMapper::Maps::Maps.
 Maps (Maps _other)
 Generated from constructor MR::BooleanResultMapper::Maps::Maps.
unsafe MR.BooleanResultMapper.Maps assign (MR.BooleanResultMapper._ByValue_Maps _other)
 Generated from method MR::BooleanResultMapper::Maps::operator=.
Public Member Functions inherited from MR.Const_BooleanResultMapper.Const_Maps
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.

Properties

new unsafe MR.FaceMap cut2origin [get, protected set]
 "after cut" faces to "origin" faces this map is not 1-1, but N-1
new unsafe MR.FaceMap cut2newFaces [get, protected set]
 "after cut" faces to "after stitch" faces (1-1)
new unsafe MR.WholeEdgeMap old2newEdges [get, protected set]
 "origin" edges to "after stitch" edges (1-1)
new unsafe MR.VertMap old2newVerts [get, protected set]
 "origin" vertices to "after stitch" vertices (1-1)
Properties inherited from MR.Const_BooleanResultMapper.Const_Maps
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)

Additional Inherited Members

Protected Member Functions inherited from MR.Const_BooleanResultMapper.Const_Maps
virtual unsafe void Dispose (bool disposing)

Detailed Description

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

Constructor & Destructor Documentation

◆ Maps() [1/5]

unsafe MR.Const_BooleanResultMapper.Maps.Maps ( )
inline

Constructs an empty (default-constructed) instance.

◆ Maps() [2/5]

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

Constructs MR.BooleanResultMapper.Maps elementwise.

◆ Maps() [3/5]

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

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

◆ Maps() [4/5]

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

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

◆ Maps() [5/5]

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

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

Member Function Documentation

◆ assign()

unsafe MR.BooleanResultMapper.Maps MR.Const_BooleanResultMapper.Maps.assign ( MR.BooleanResultMapper._ByValue_Maps _other)
inline

Generated from method MR::BooleanResultMapper::Maps::operator=.

Property Documentation

◆ cut2newFaces

new unsafe MR.FaceMap MR.Const_BooleanResultMapper.Maps.cut2newFaces
getprotected set

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

◆ cut2origin

new unsafe MR.FaceMap MR.Const_BooleanResultMapper.Maps.cut2origin
getprotected set

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

◆ old2newEdges

new unsafe MR.WholeEdgeMap MR.Const_BooleanResultMapper.Maps.old2newEdges
getprotected set

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

◆ old2newVerts

new unsafe MR.VertMap MR.Const_BooleanResultMapper.Maps.old2newVerts
getprotected set

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


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