this object stores a difference between two meshes: both in coordinates and in topology More...
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. | |
| Public Member Functions inherited from MR.Const_MeshDiff | |
| virtual void | Dispose () |
| unsafe | Const_MeshDiff () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_MeshDiff (MR._ByValue_MeshDiff _other) |
| Generated from constructor MR.MeshDiff.MeshDiff. | |
| Const_MeshDiff (Const_MeshDiff _other) | |
| Generated from constructor MR.MeshDiff.MeshDiff. | |
| Const_MeshDiff (MeshDiff _other) | |
| Generated from constructor MR.MeshDiff.MeshDiff. | |
| unsafe | Const_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 bool | any () |
| returns true if this object does contain some difference in point coordinates or in topology; if (from) mesh has just more points or more topology elements than (to) and the common elements are the same, then the method will return false since nothing is stored here Generated from method MR.MeshDiff.any. | |
| unsafe ulong | heapBytes () |
| returns the amount of memory this object occupies on heap Generated from method MR.MeshDiff.heapBytes. | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_MeshDiff | |
| virtual unsafe void | Dispose (bool disposing) |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.MeshDiff.MeshDiff.
|
inline |
Generated from constructor MR.MeshDiff.MeshDiff.
|
inline |
Generated from constructor MR.MeshDiff.MeshDiff.
|
inline |
computes the difference, that can be applied to mesh-from in order to get mesh-to Generated from constructor MR.MeshDiff.MeshDiff.
|
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.
|
inline |
Generated from method MR::MeshDiff::operator=.