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

Method setNumericValue

src/IECore/NumericParameter.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130template<typename T>
131void NumericParameter<T>::setNumericValue( T value )
132{
133 setValue( new TypedData<T>( value ) );
134}
135
136template<typename T>
137bool NumericParameter<T>::valueValid( const Object *value, std::string *reason ) const

Callers 8

testGetClassMethod · 0.80
testSetGetMethod · 0.80
modifyTypedPrimitiveMethod · 0.80
mergePointsFunction · 0.80
doWriteMethod · 0.80
doWriteMethod · 0.80
doOperationMethod · 0.80
doConversionMethod · 0.80

Calls 1

setValueFunction · 0.50

Tested by 1

testGetClassMethod · 0.64