30 [[nodiscard]]
bool any()
const {
return !changedPoints_.empty(); }
36 size_t toPointsSize_ = 0;
37 HashMap<VertId, Vector3f> changedPoints_;
Definition MRVertCoordsDiff.h:15
bool any() const
Definition MRVertCoordsDiff.h:30
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
only for bindings generation
Definition MRCameraOrientationPlugin.h:8