Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ hasAttribute
Method
hasAttribute
src/IECoreScene/SceneCache.cpp:2383–2386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2381
}
2382
2383
bool SceneCache::hasAttribute( const Name &name ) const
2384
{
2385
return m_implementation->hasAttribute(name);
2386
}
2387
2388
void SceneCache::attributeNames( NameList &attrs ) const
2389
{
Callers
8
testCopySceneHierarchyOnly
Method · 0.95
testCopySceneEverything
Method · 0.95
testAnimatedObjectAttributes
Method · 0.45
testTimeRemapping
Method · 0.45
testNestedTimeRemapping
Method · 0.45
recurseCompare
Method · 0.45
readSavedScenes
Method · 0.45
readObjectAtSample
Method · 0.45
Calls
no outgoing calls
Tested by
5
testAnimatedObjectAttributes
Method · 0.36
testTimeRemapping
Method · 0.36
testNestedTimeRemapping
Method · 0.36
recurseCompare
Method · 0.36
readSavedScenes
Method · 0.36