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

Function bound

src/IECoreGL/bindings/GroupBinding.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{
47
48Imath::Box3f bound( Group &g )
49{
50 std::lock_guard<Group::Mutex> lock( g.mutex() );
51 return g.bound();
52}
53
54void addChild( Group &g, RenderablePtr child )
55{

Callers 3

meshMethod · 0.85
boundMethod · 0.85
boundSetupMethod · 0.85

Calls 1

boundMethod · 0.45

Tested by

no test coverage detected