MCPcopy 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
134void Group::addChild( RenderablePtr child )
135{
136 m_children.push_back( child );
137}
138
139void Group::removeChild( Renderable *child )
140{

Callers 2

testMethod · 0.95
addChildFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected