MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setObjectDirty

Method setObjectDirty

source/MRMesh/MRVersatileChangeMeshAction.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void VersatileChangeMeshPointsAction::setObjectDirty( const std::shared_ptr<ObjectMesh>& obj )
29{
30 if ( obj )
31 obj->setDirtyFlags( DIRTY_POSITION );
32}
33
34[[nodiscard]] size_t VersatileChangeMeshPointsAction::heapBytes() const
35{

Callers

nothing calls this directly

Calls 1

setDirtyFlagsMethod · 0.45

Tested by

no test coverage detected