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

Method removeAllChildren

source/MRMesh/MRObject.cpp:440–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440void Object::removeAllChildren()
441{
442 for ( const auto & ch : children_ )
443 ch->parent_ = nullptr;
444 children_.clear();
445 needRedraw_ = true;
446}
447
448void Object::sortChildren()
449{

Callers 5

TESTFunction · 0.80
pythonClearSceneFunction · 0.80
launchShutMethod · 0.80
loadFilesMethod · 0.80
clearSceneMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

TESTFunction · 0.64