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

Method scale

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

! @brief Get declared scaling factor. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @return The scaling factor used to compute scaledValue from rawValue. @throw ::ErrorImageFileNotOpen (n/c) @throw ::ErrorInternal All objects in undocumented state @see ScaledIntegerNode::scaledValue */

Source from the content-addressed store, hash-verified

394@see ScaledIntegerNode::scaledValue
395*/
396double ScaledIntegerNode::scale() const
397{
398 return impl_->scale();
399}
400
401/*!
402@brief Get declared offset.

Callers 5

DecoderFactoryMethod · 0.45
_readColourRangesFunction · 0.45
ReadData3DMethod · 0.45
EncoderFactoryMethod · 0.45
getLimitsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected