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

Method PipelineExecutor

pdal/PipelineExecutor.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42PipelineExecutor::PipelineExecutor(std::string const& json)
43 : m_json(json)
44 , m_executed(false)
45 , m_logLevel(pdal::LogLevel::Error)
46 , m_pipelineRead(false)
47{}
48
49
50std::string PipelineExecutor::getPipeline() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected