Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
Imath::Box3f bound( Group &g )
49
{
50
std::lock_guard<Group::Mutex> lock( g.mutex() );
51
return g.bound();
52
}
53
54
void addChild( Group &g, RenderablePtr child )
55
{
Callers
3
mesh
Method · 0.85
bound
Method · 0.85
boundSetup
Method · 0.85
Calls
1
bound
Method · 0.45
Tested by
no test coverage detected