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

Class error

io/Ilvis2Reader.hpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 };
67
68 struct error : public std::runtime_error
69 {
70 error(const std::string& err) : std::runtime_error(err)
71 {}
72 };
73
74 Ilvis2Reader();
75 ~Ilvis2Reader();

Callers 8

startBlockMethod · 0.70
finishMethod · 0.70
readV3Method · 0.70
writeMethod · 0.70
readDimensionsMethod · 0.70
parseGPolygonMethod · 0.70
assertElementIsMethod · 0.70
convertFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected