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

Method action

source/MRViewer/MRMeshModifier.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16bool MeshModifier::action()
17{
18 auto objs = getAllObjectsInTree<VisualObject>( &SceneRoot::get(), ObjectSelectivityType::Selected );
19 modify( objs );
20 return false;
21}
22
23bool MeshModifier::modify( const std::vector<std::shared_ptr<VisualObject>>& selectedObjects )
24{

Callers 11

sceneReorderWithUndoFunction · 0.45
mcpToolsActionFunction · 0.45
processShortcutMethod · 0.45
shutdownMethod · 0.45
itemPressed_Method · 0.45
undoMethod · 0.45
redoMethod · 0.45
drawThemeSelector_Method · 0.45
cancelActionMethod · 0.45

Calls 1

getFunction · 0.50

Tested by

no test coverage detected