MCPcopy 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
60void removeChild( Group &g, Renderable *child )
61{
62 std::lock_guard<Group::Mutex> lock( g.mutex() );
63 g.removeChild( child );
64}
65
66void clearChildren( Group &g )
67{

Callers

nothing calls this directly

Calls 1

removeChildMethod · 0.45

Tested by

no test coverage detected