Function rcg::setFloat
Defined in File config.h
Function Documentation
Set the value of a float feature of the given nodemap.
- Parameters:
nodemap – Initialized nodemap.
name – Name of feature.
value – New value of feature.
exception – True if an error should be signaled via exception instead of a return value.
- Returns:
True if value has been changed. False if feature does not exist, has a different datatype or is not writable.