28 [[nodiscard]]
bool any()
const {
return pointsDiff_.
any() || topologyDiff_.
any(); }
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:68
Definition MRMeshDiff.h:13
MeshDiff()=default
constructs minimal difference, where applyAndSwap( m ) will produce empty mesh
MRMESH_API MeshDiff(const Mesh &from, const Mesh &to)
computes the difference, that can be applied to mesh-from in order to get mesh-to
MRMESH_API void applyAndSwap(Mesh &m)
bool any() const
Definition MRMeshDiff.h:28
size_t heapBytes() const
returns the amount of memory this object occupies on heap
Definition MRMeshDiff.h:31
Definition MRMeshTopologyDiff.h:13
MRMESH_API size_t heapBytes() const
returns the amount of memory this object occupies on heap
bool any() const
Definition MRMeshTopologyDiff.h:28
Definition MRVertCoordsDiff.h:12
bool any() const
Definition MRVertCoordsDiff.h:27
MRMESH_API size_t heapBytes() const
returns the amount of memory this object occupies on heap
Definition MRMesh/MRMesh.h:23