Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ removeChild
Method
removeChild
src/IECoreGL/Group.cpp:139–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void Group::removeChild( Renderable *child )
140
{
141
m_children.remove( child );
142
}
143
144
void Group::clearChildren()
145
{
Callers
2
test
Method · 0.95
removeChild
Function · 0.45
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected