Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
440
void Object::removeAllChildren()
441
{
442
for ( const auto & ch : children_ )
443
ch->parent_ = nullptr;
444
children_.clear();
445
needRedraw_ = true;
446
}
447
448
void Object::sortChildren()
449
{
Callers
5
TEST
Function · 0.80
pythonClearScene
Function · 0.80
launchShut
Method · 0.80
loadFiles
Method · 0.80
clearScene
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
1
TEST
Function · 0.64