MCPcopy Create free account
hub / github.com/ImageEngine/cortex / addChild

Function addChild

src/IECoreGL/bindings/GroupBinding.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void addChild( Group &g, RenderablePtr child )
55{
56 std::lock_guard<Group::Mutex> lock( g.mutex() );
57 g.addChild( child );
58}
59
60void removeChild( Group &g, Renderable *child )
61{

Callers

nothing calls this directly

Calls 1

addChildMethod · 0.45

Tested by

no test coverage detected