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

Method clearChildren

src/IECoreGL/Group.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void Group::clearChildren()
145{
146 m_children.clear();
147}
148
149const Group::ChildContainer &Group::children() const
150{

Callers 2

testMethod · 0.95
clearChildrenFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected