this object stores a difference between two topologies: both in coordinates and in topology More...
Inheritance diagram for MR.Const_MeshTopologyDiff: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. | |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_MeshTopologyDiff > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_MeshTopologyDiff > | |
| 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. | |
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.