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

Method getPipeline

pdal/PipelineExecutor.cpp:50–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50std::string PipelineExecutor::getPipeline() const
51{
52 if (!m_executed)
53 throw pdal_error("Pipeline has not been executed!");
54
55 std::stringstream strm;
56 pdal::PipelineWriter::writePipeline(m_manager.getStage(), strm);
57 return strm.str();
58}
59
60
61std::string PipelineExecutor::getMetadata() const

Callers

nothing calls this directly

Calls 2

writePipelineFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected