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

Method floatPrecision

pdal/Log.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104void Log::floatPrecision(int level)
105{
106 m_log->setf(std::ios_base::fixed, std::ios_base::floatfield);
107 m_log->precision(level);
108}
109
110
111void Log::clearFloat()

Callers 3

classifyGroundMethod · 0.80
progressiveFilterMethod · 0.80
runMethod · 0.80

Calls 1

precisionMethod · 0.45

Tested by

no test coverage detected