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

Method minimum

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

! @brief Get the declared minimum that the value may take. @details If precision is ::PrecisionSingle, the single precision minimum is returned as a double. If precision is ::PrecisionDouble, the double precision minimum is returned as a double. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @return The declared minimum that the

Source from the content-addressed store, hash-verified

269@see FloatNode::maximum, FloatNode::value
270*/
271double FloatNode::minimum() const
272{
273 return impl_->minimum();
274}
275
276/*!
277@brief Get the declared maximum that the value may take.

Callers 15

inspectMethod · 0.45
OutputMethod · 0.45
addCopcVlrMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
filterMethod · 0.45
extractMetadataMethod · 0.45
DecoderFactoryMethod · 0.45
_readColourRangesFunction · 0.45
ReadData3DMethod · 0.45
GetData3DSizesMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36