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

this object stores a difference between two meshes: both in coordinates and in topology More...

+ Inheritance diagram for MR.MeshDiff:

Public Member Functions

unsafe MeshDiff ()
 Constructs an empty (default-constructed) instance.
 
unsafe MeshDiff (MR._ByValue_MeshDiff _other)
 Generated from constructor MR.MeshDiff.MeshDiff.
 
 MeshDiff (Const_MeshDiff _other)
 Generated from constructor MR.MeshDiff.MeshDiff.
 
 MeshDiff (MeshDiff _other)
 Generated from constructor MR.MeshDiff.MeshDiff.
 
unsafe MeshDiff (MR.Const_Mesh from, MR.Const_Mesh to)
 computes the difference, that can be applied to mesh-from in order to get mesh-to Generated from constructor MR.MeshDiff.MeshDiff.
 
unsafe MR.MeshDiff assign (MR._ByValue_MeshDiff _other)
 Generated from method MR.MeshDiff.operator=.
 
unsafe void applyAndSwap (MR.Mesh m)
 given mesh-from on input converts it in mesh-to, this object is updated to become the reverse difference from original mesh-to to original mesh-from Generated from method MR.MeshDiff.applyAndSwap.
 

Detailed Description

this object stores a difference between two meshes: both in coordinates and in topology

if the meshes are similar then this object is small, if the meshes are very distinct then this object will be even larger than one mesh itself Generated from class MR.MeshDiff. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ MeshDiff() [1/5]

unsafe MR.MeshDiff.MeshDiff ( )
inline

Constructs an empty (default-constructed) instance.

◆ MeshDiff() [2/5]

unsafe MR.MeshDiff.MeshDiff ( MR._ByValue_MeshDiff _other)
inline

Generated from constructor MR.MeshDiff.MeshDiff.

◆ MeshDiff() [3/5]

MR.MeshDiff.MeshDiff ( Const_MeshDiff _other)
inline

Generated from constructor MR.MeshDiff.MeshDiff.

◆ MeshDiff() [4/5]

MR.MeshDiff.MeshDiff ( MeshDiff _other)
inline

Generated from constructor MR.MeshDiff.MeshDiff.

◆ MeshDiff() [5/5]

unsafe MR.MeshDiff.MeshDiff ( MR.Const_Mesh from,
MR.Const_Mesh to )
inline

computes the difference, that can be applied to mesh-from in order to get mesh-to Generated from constructor MR.MeshDiff.MeshDiff.

Member Function Documentation

◆ applyAndSwap()

unsafe void MR.MeshDiff.applyAndSwap ( MR.Mesh m)
inline

given mesh-from on input converts it in mesh-to, this object is updated to become the reverse difference from original mesh-to to original mesh-from Generated from method MR.MeshDiff.applyAndSwap.

◆ assign()

unsafe MR.MeshDiff MR.MeshDiff.assign ( MR._ByValue_MeshDiff _other)
inline

Generated from method MR.MeshDiff.operator=.


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