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, bool identity)
 Constructs MR.BooleanResultMapper.Maps elementwise.
 
unsafe Maps (MR.BooleanResultMapper._ByValue_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, bool identity)
 Constructs MR.BooleanResultMapper.Maps elementwise.
 
unsafe Const_Maps (MR.BooleanResultMapper._ByValue_Maps _other)
 Generated from constructor MR.BooleanResultMapper.Maps.Maps.
 

Properties

new unsafe MR.FaceMap cut2origin [get]
 
new unsafe MR.FaceMap cut2newFaces [get]
 "after cut" faces to "after stitch" faces (1-1)
 
new unsafe MR.WholeEdgeMap old2newEdges [get]
 "origin" edges to "after stitch" edges (1-1)
 
new unsafe MR.VertMap old2newVerts [get]
 "origin" vertices to "after stitch" vertices (1-1)
 
new unsafe ref bool identity [get]
 old topology indexes are valid if true
 
- Properties inherited from MR.Const_BooleanResultMapper.Const_Maps
unsafe MR.Const_FaceMap cut2origin [get]
 
unsafe MR.Const_FaceMap cut2newFaces [get]
 "after cut" faces to "after stitch" faces (1-1)
 
unsafe MR.Const_WholeEdgeMap old2newEdges [get]
 "origin" edges to "after stitch" edges (1-1)
 
unsafe MR.Const_VertMap old2newVerts [get]
 "origin" vertices to "after stitch" vertices (1-1)
 
unsafe bool identity [get]
 old topology indexes are valid if true
 
- Properties inherited from MR.Misc.Object< Const_Maps >
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 Member Functions inherited from MR.Const_BooleanResultMapper.Const_Maps
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Maps >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ cut2origin

new unsafe MR.FaceMap MR.Const_BooleanResultMapper.Maps.cut2origin
get

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


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