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

Class dimbuilder_error

dimbuilder/DimBuilder.hpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42{
43
44struct dimbuilder_error
45{
46 dimbuilder_error(const std::string& s) : m_error(s)
47 {}
48
49 std::string m_error;
50};
51
52struct DimSpec
53{

Callers 4

parseArgsMethod · 0.85
executeMethod · 0.85
extractDimMethod · 0.85
validateDimensionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected