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

Method PipelineReaderJSON

pdal/PipelineReaderJSON.cpp:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327} // unnamed namespace
328
329PipelineReaderJSON::PipelineReaderJSON(PipelineManager& manager) :
330 m_manager(manager)
331{}
332
333void PipelineReaderJSON::readPipeline(const std::string& filename)
334{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected