Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ setValidatedValue
Method
setValidatedValue
src/IECore/Parameter.cpp:202–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
void Parameter::setValidatedValue( ObjectPtr value )
203
{
204
validate( value.get() );
205
setValue( value );
206
}
207
208
void Parameter::setValue( const std::string &presetName )
209
{
Callers
15
parse
Method · 0.80
__parseBool
Function · 0.80
__parseNumeric
Function · 0.80
__parseNumericCompound
Function · 0.80
__parseBoxOrLine
Function · 0.80
__parseString
Function · 0.80
__parseStringArray
Function · 0.80
__parseBoolArray
Function · 0.80
__parseNumericArray
Function · 0.80
__parseTransformationMatrix
Function · 0.80
__parseObject
Function · 0.80
__parseDateTime
Function · 0.80
Calls
3
validate
Function · 0.85
setValue
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected