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

Method offset

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

! @brief Get declared offset. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @return The offset 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

412@see ScaledIntegerNode::scaledValue
413*/
414double ScaledIntegerNode::offset() const
415{
416 return impl_->offset();
417}
418
419/*!
420@brief Diagnostic function to print internal state of object to output stream in an indented format.

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