MCPcopy 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
338void CompoundParameter::clearParameters()
339{
340 while( m_parameters.size() )
341 {
342 removeParameter( m_parameters[0] );
343 }
344}
345
346const CompoundParameter::ParameterMap &CompoundParameter::parameters() const
347{

Callers 3

setClassMethod · 0.95
testClearParametersMethod · 0.95
setClassMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

testClearParametersMethod · 0.76