Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ attributeNames
Function
attributeNames
src/IECoreScene/bindings/SceneInterfaceBinding.cpp:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
static list attributeNames( const SceneInterface &m )
97
{
98
SceneInterface::NameList a;
99
m.attributeNames( a );
100
return arrayToList( a );
101
}
102
103
static std::string pathToString( list l )
104
{
Callers
3
hash
Method · 0.50
positionPrimVarName
Method · 0.50
particleAttributes
Method · 0.50
Calls
2
arrayToList
Function · 0.85
attributeNames
Method · 0.45
Tested by
no test coverage detected