Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ removeChild
Function
removeChild
src/IECoreGL/bindings/GroupBinding.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void removeChild( Group &g, Renderable *child )
61
{
62
std::lock_guard<Group::Mutex> lock( g.mutex() );
63
g.removeChild( child );
64
}
65
66
void clearChildren( Group &g )
67
{
Callers
nothing calls this directly
Calls
1
removeChild
Method · 0.45
Tested by
no test coverage detected