! @brief Get declared precision of the floating point number. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @return The declared precision of the floating point number, either ::PrecisionSingle or ::PrecisionDouble. @throw ::ErrorImageFileNotOpen (n/c) @throw ::ErrorInternal All objects in undocumented state @see FloatPrecision
| 247 | @see FloatPrecision |
| 248 | */ |
| 249 | FloatPrecision FloatNode::precision() const |
| 250 | { |
| 251 | return impl_->precision(); |
| 252 | } |
| 253 | |
| 254 | /*! |
| 255 | @brief Get the declared minimum that the value may take. |
no outgoing calls
no test coverage detected