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

Function pipelineStreamable

pdal/Stage.hpp:149–150  ·  view source on GitHub ↗

Determine if a pipeline with this stage as a sink is streamable. \return Whether the pipeline is streamable. */

Source from the content-addressed store, hash-verified

147 \return Whether the pipeline is streamable.
148 */
149 virtual bool pipelineStreamable() const
150 { return false; }
151
152 /**
153 Return a pointer to a pipeline's first non-streamable stage,

Callers 1

pipelineStreamableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected