Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ userData
Method
userData
src/IECore/Parameter.cpp:110–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
CompoundObject *Parameter::userData()
111
{
112
if( !m_userData )
113
{
114
m_userData = new CompoundObject();
115
}
116
return m_userData.get();
117
}
118
119
const CompoundObject *Parameter::userData() const
120
{
Callers
15
testConstructor
Method · 0.95
testUserData
Method · 0.95
__init__
Method · 0.45
_grabClassParameter
Method · 0.45
_grabClassVectorParameter
Method · 0.45
_applicableTo
Method · 0.45
parse
Method · 0.45
__serialiseWalk
Method · 0.45
__parseStringArray
Function · 0.45
__serialiseStringArrayWithEscape
Function · 0.45
__init__
Method · 0.45
setClass
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
10
testConstructor
Method · 0.36
testValueAccess
Method · 0.36
testUserData
Method · 0.36
testConstructor
Method · 0.36
testAdoptChildPresets
Method · 0.36
testConstructor
Method · 0.36
testUserData
Method · 0.36
testEquality
Method · 0.36
testMethods
Method · 0.36
__init__
Method · 0.36