MeshLib C# Docs
Loading...
Searching...
No Matches

this object stores a difference between two meshes: both in coordinates and in topology More...

Inheritance diagram for MR.Const_MeshDiff:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

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 const half of the class.

Constructor & Destructor Documentation

◆ Const_MeshDiff() [1/5]

unsafe MR.Const_MeshDiff.Const_MeshDiff ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshDiff() [2/5]

unsafe MR.Const_MeshDiff.Const_MeshDiff ( MR._ByValue_MeshDiff _other)
inline

Generated from constructor MR.MeshDiff.MeshDiff.

◆ Const_MeshDiff() [3/5]

MR.Const_MeshDiff.Const_MeshDiff ( Const_MeshDiff _other)
inline

Generated from constructor MR.MeshDiff.MeshDiff.

◆ Const_MeshDiff() [4/5]

MR.Const_MeshDiff.Const_MeshDiff ( MeshDiff _other)
inline

Generated from constructor MR.MeshDiff.MeshDiff.

◆ Const_MeshDiff() [5/5]

unsafe MR.Const_MeshDiff.Const_MeshDiff ( MR.Const_Mesh from,
MR.Const_Mesh to )
inline

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

Member Function Documentation

◆ any()

unsafe bool MR.Const_MeshDiff.any ( )
inline

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.

◆ Dispose() [1/2]

virtual void MR.Const_MeshDiff.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ heapBytes()

unsafe ulong MR.Const_MeshDiff.heapBytes ( )
inline

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


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