Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ addChild
Method
addChild
src/IECoreGL/Group.cpp:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
void Group::addChild( RenderablePtr child )
135
{
136
m_children.push_back( child );
137
}
138
139
void Group::removeChild( Renderable *child )
140
{
Callers
2
test
Method · 0.95
addChild
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected