Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ setPresets
Function
setPresets
src/IECorePython/ParameterBinding.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void setPresets( Parameter &p, const object &presets )
85
{
86
p.setPresets( parameterPresets<Parameter::PresetsContainer>( presets ) );
87
}
88
89
boost::python::tuple presetNames( const Parameter &that )
90
{
Callers
1
setPresets
Method · 0.85
Calls
1
setPresets
Method · 0.45
Tested by
no test coverage detected