! @brief Get scaled value of element. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @return The scaled value (rawValue*scale + offset) calculated from the rawValue stored. @throw ::ErrorImageFileNotOpen (n/c) @throw ::ErrorInternal All objects in undocumented state @see ScaledIntegerNode::rawValue */
| 304 | @see ScaledIntegerNode::rawValue |
| 305 | */ |
| 306 | double ScaledIntegerNode::scaledValue() const |
| 307 | { |
| 308 | return impl_->scaledValue(); |
| 309 | } |
| 310 | |
| 311 | /*! |
| 312 | @brief Get the declared minimum that the raw value may take. |
no outgoing calls
no test coverage detected