Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
struct dimbuilder_error
45
{
46
dimbuilder_error(const std::string& s) : m_error(s)
47
{}
48
49
std::string m_error;
50
};
51
52
struct DimSpec
53
{
Callers
4
parseArgs
Method · 0.85
execute
Method · 0.85
extractDim
Method · 0.85
validateDimension
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected