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

Function appName

test/unit/apps/pcpipelineTestJSON.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53{
54
55std::string appName()
56{
57 const std::string app = Support::binpath(Support::exename("pdal") +
58 " pipeline");
59 return app;
60}
61
62// most pipelines (those with a writer) will be invoked via `pdal pipeline`
63void run_pipeline(std::string const& pipelineFile,

Callers 4

run_pipelineFunction · 0.70
run_bad_pipelineFunction · 0.70
run_pipeline_stdinFunction · 0.70
TESTFunction · 0.70

Calls 2

binpathFunction · 0.85
exenameFunction · 0.85

Tested by

no test coverage detected