27 [[nodiscard]]
bool any()
const {
return !changedPoints_.empty(); }
33 size_t toPointsSize_ = 0;
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:68
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
MRMESH_API VertCoordsDiff(const VertCoords &from, const VertCoords &to)
computes the difference, that can be applied to vector-from in order to get vector-to
MRMESH_API void applyAndSwap(VertCoords &m)
VertCoordsDiff()=default
constructs minimal difference, where applyAndSwap( v ) will produce empty vector
phmap::flat_hash_map< K, V, Hash, Eq > HashMap
Definition MRMesh/MRMeshFwd.h:482