this object stores a difference between two topologies: both in coordinates and in topology More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_MeshTopologyDiff () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_MeshTopologyDiff (MR._ByValue_MeshTopologyDiff _other) |
| Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff. | |
| Const_MeshTopologyDiff (Const_MeshTopologyDiff _other) | |
| Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff. | |
| Const_MeshTopologyDiff (MeshTopologyDiff _other) | |
| Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff. | |
| unsafe | Const_MeshTopologyDiff (MR.Const_MeshTopology from, MR.Const_MeshTopology to) |
| computes the difference, that can be applied to topology-from in order to get topology-to Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff. | |
| unsafe bool | any () |
| returns true if this object does contain some difference in topology; if (from) has 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.MeshTopologyDiff.any. | |
| unsafe ulong | heapBytes () |
| returns the amount of memory this object occupies on heap Generated from method MR.MeshTopologyDiff.heapBytes. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
this object stores a difference between two topologies: both in coordinates and in topology
if the topologies are similar then this object is small, if the topologies are very distinct then this object will be even larger than one topology itself Generated from class MR.MeshTopologyDiff. This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff.
|
inline |
Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff.
|
inline |
Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff.
|
inline |
computes the difference, that can be applied to topology-from in order to get topology-to Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff.
|
inline |
returns true if this object does contain some difference in topology; if (from) has 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.MeshTopologyDiff.any.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
returns the amount of memory this object occupies on heap Generated from method MR.MeshTopologyDiff.heapBytes.