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

Function writePipeline

pdal/PipelineWriter.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83{
84
85PDAL_EXPORT void writePipeline(Stage *stage, const std::string& filename)
86{
87 std::ostream *out = Utils::createFile(filename, false);
88 writePipeline(stage, *out);
89 Utils::closeFile(out);
90}
91
92PDAL_EXPORT void writePipeline(Stage *stage, std::ostream& strm)
93{

Callers 8

handlePipelineVlrMethod · 0.85
readyTableMethod · 0.85
addPipelineVlrMethod · 0.85
TESTFunction · 0.85
dumpMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
getPipelineMethod · 0.85

Calls 5

generateTagsFunction · 0.85
toJSONFunction · 0.85
serializeMethod · 0.80
createFileFunction · 0.70
closeFileFunction · 0.70

Tested by 1

TESTFunction · 0.68