this object stores a difference between two meshes: both in coordinates and in topology
More...
|
| 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.
|
| |
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.