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

Function printError

pdal/PDALUtils.hpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57{
58
59inline void printError(const std::string& s)
60{
61 std::cerr << "PDAL: " << s << std::endl;
62 std::cerr << std::endl;
63}
64
65inline double toDouble(const Everything& e, Dimension::Type type)
66{

Callers 6

executeMethod · 0.85
nameValidMethod · 0.85
runMethod · 0.85
doExecutionMethod · 0.85
innerRunMethod · 0.85
openProgressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected