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

Method setDirtyFlags

source/MRMesh/MRObjectGcode.cpp:52–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void ObjectGcode::setDirtyFlags( uint32_t mask, bool invalidateCaches )
53{
54 ObjectLinesHolder::setDirtyFlags( mask, invalidateCaches );
55
56 if ( mask & DIRTY_POSITION || mask & DIRTY_PRIMITIVES )
57 {
58 if ( polyline_ )
59 {
60 gcodeChangedSignal( mask );
61 }
62 }
63}
64
65std::vector<std::string> ObjectGcode::getInfoLines() const
66{

Callers 15

pythonModifySelectedMeshFunction · 0.45
actionMethod · 0.45
actionMethod · 0.45
actionMethod · 0.45
setObjectDirtyMethod · 0.45
actionMethod · 0.45
setObjectDirtyMethod · 0.45
setObjectDirtyMethod · 0.45
setObjectDirtyMethod · 0.45
setObjectDirtyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected