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

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.
 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)

Detailed Description

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.

Constructor & Destructor Documentation

◆ Const_MeshTopologyDiff() [1/5]

unsafe MR.Const_MeshTopologyDiff.Const_MeshTopologyDiff ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshTopologyDiff() [2/5]

unsafe MR.Const_MeshTopologyDiff.Const_MeshTopologyDiff ( MR._ByValue_MeshTopologyDiff _other)
inline

Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff.

◆ Const_MeshTopologyDiff() [3/5]

MR.Const_MeshTopologyDiff.Const_MeshTopologyDiff ( Const_MeshTopologyDiff _other)
inline

Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff.

◆ Const_MeshTopologyDiff() [4/5]

MR.Const_MeshTopologyDiff.Const_MeshTopologyDiff ( MeshTopologyDiff _other)
inline

Generated from constructor MR.MeshTopologyDiff.MeshTopologyDiff.

◆ Const_MeshTopologyDiff() [5/5]

unsafe MR.Const_MeshTopologyDiff.Const_MeshTopologyDiff ( MR.Const_MeshTopology from,
MR.Const_MeshTopology to )
inline

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

Member Function Documentation

◆ any()

unsafe bool MR.Const_MeshTopologyDiff.any ( )
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.

◆ Dispose() [1/2]

virtual void MR.Const_MeshTopologyDiff.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_MeshTopologyDiff.Dispose ( bool disposing)
inlineprotectedvirtual

◆ heapBytes()

unsafe ulong MR.Const_MeshTopologyDiff.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR.MeshTopologyDiff.heapBytes.


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