MCPcopy Create free account
hub / github.com/ImageEngine/cortex / setPresets

Method setPresets

src/IECore/CompoundParameter.cpp:150–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void CompoundParameter::setPresets( const PresetsContainer &presets )
151{
152 if (m_adoptChildPresets)
153 {
154 throw Exception( "CompoundParameter cannot override presets when initialized with adoptChildPresets to true.");
155 }
156 Parameter::setPresets(presets);
157}
158
159bool CompoundParameter::presetsOnly() const
160{

Callers 1

testAdoptChildPresetsMethod · 0.95

Calls 1

setPresetsFunction · 0.85

Tested by 1

testAdoptChildPresetsMethod · 0.76