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

Method pipelineStreamable

pdal/PipelineManager.cpp:186–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185
186bool PipelineManager::pipelineStreamable() const
187{
188 bool streamable = false;
189
190 Stage *s = getStage();
191 if (s)
192 streamable = s->pipelineStreamable();
193 return streamable;
194}
195
196
197bool PipelineManager::hasReader() const

Callers 1

executeMethod · 0.45

Calls 1

getStageFunction · 0.85

Tested by

no test coverage detected