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, bool identity)
 Constructs MR.BooleanResultMapper.Maps elementwise.
 
unsafe Const_Maps (MR.BooleanResultMapper._ByValue_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]
 
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 Attributes inherited from MR.Misc.Object< Const_Maps >
bool _IsOwningVal
 

Detailed Description

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

Property Documentation

◆ cut2origin

unsafe MR.Const_FaceMap MR.Const_BooleanResultMapper.Const_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: