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

Class error

pdal/util/Bounds.hpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51{
52public:
53 struct error : public std::runtime_error
54 {
55 error(const std::string& err) : std::runtime_error(err)
56 {}
57 };
58
59 double minx; ///< Minimum X value.
60 double maxx; ///< Maximum X value.

Callers 4

parsePairFunction · 0.70
parseMethod · 0.70
Bounds.cppFile · 0.70
parseMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected