MCPcopy 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
139void Group::removeChild( Renderable *child )
140{
141 m_children.remove( child );
142}
143
144void Group::clearChildren()
145{

Callers 2

testMethod · 0.95
removeChildFunction · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected