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

Function children

src/IECoreGL/bindings/GroupBinding.cpp:72–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72list children( const Group &g )
73{
74 list result;
75 std::lock_guard<Group::Mutex> lock( g.mutex() );
76 Group::ChildContainer::const_iterator it;
77 for( it=g.children().begin(); it!=g.children().end(); it++ )
78 {
79 result.append( *it );
80 }
81 return result;
82}
83
84void bindGroup()
85{

Callers 1

boundMethod · 0.85

Calls 3

appendMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected