Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ defaultInstance
Method
defaultInstance
src/IECore/CompoundObject.cpp:200–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
CompoundObject *CompoundObject::defaultInstance()
201
{
202
static CompoundObjectPtr o = new CompoundObject();
203
return o.get();
204
}
Callers
9
testCancel
Method · 0.80
testPerformance
Method · 0.80
testDefaultInstance
Method · 0.80
testNoFunctors
Method · 0.80
testDensityOnly
Method · 0.80
testEmitterOnly
Method · 0.80
testEmitterAndDensity
Method · 0.80
testDistanceBetweenPoints
Method · 0.80
testZeroDensity
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
8
testCancel
Method · 0.64
testPerformance
Method · 0.64
testNoFunctors
Method · 0.64
testDensityOnly
Method · 0.64
testEmitterOnly
Method · 0.64
testEmitterAndDensity
Method · 0.64
testDistanceBetweenPoints
Method · 0.64
testZeroDensity
Method · 0.64