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

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

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_MeshDiff >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_MeshDiff >
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.
 

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.


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