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

Method getParameterValue

src/IECore/CompoundParameter.cpp:376–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376Object *CompoundParameter::getParameterValue( const std::string &name )
377{
378 Parameter *p = parameter<Parameter>( name );
379 if( !p )
380 {
381 throw Exception( string("Parameter ") + name + " doesn't exist" );
382 }
383 return p->getValue();
384}
385
386Object *CompoundParameter::getValidatedParameterValue( const std::string &name )
387{

Callers 1

operator()Method · 0.80

Calls 1

getValueMethod · 0.45

Tested by 1

operator()Method · 0.64