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

Method precision

plugins/e57/libE57Format/src/FloatNode.cpp:249–252  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

247@see FloatPrecision
248*/
249FloatPrecision FloatNode::precision() const
250{
251 return impl_->precision();
252}
253
254/*!
255@brief Get the declared minimum that the value may take.

Callers 15

processOneCSVMethod · 0.45
processOneGeoJSONMethod · 0.45
writeValueMethod · 0.45
toWKTMethod · 0.45
doneMethod · 0.45
TileDBUtils.cppFile · 0.45
DecoderFactoryMethod · 0.45
ReadData3DMethod · 0.45
EncoderFactoryMethod · 0.45
readyMethod · 0.45
makeProducerFunction · 0.45
floatPrecisionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected