Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ clearParameters
Method
clearParameters
src/IECore/CompoundParameter.cpp:338–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
void CompoundParameter::clearParameters()
339
{
340
while( m_parameters.size() )
341
{
342
removeParameter( m_parameters[0] );
343
}
344
}
345
346
const CompoundParameter::ParameterMap &CompoundParameter::parameters() const
347
{
Callers
3
setClass
Method · 0.95
testClearParameters
Method · 0.95
setClass
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
testClearParameters
Method · 0.76