MCPcopy Create free account
hub / github.com/PDAL/PDAL / scaledValue

Method scaledValue

plugins/e57/libE57Format/src/ScaledIntegerNode.cpp:306–309  ·  view source on GitHub ↗

! @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 */

Source from the content-addressed store, hash-verified

304@see ScaledIntegerNode::rawValue
305*/
306double ScaledIntegerNode::scaledValue() const
307{
308 return impl_->scaledValue();
309}
310
311/*!
312@brief Get the declared minimum that the raw value may take.

Callers 2

ReadData3DMethod · 0.45
getLimitsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected