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

Function execute

pdal/Stage.hpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 PointViewSet execute(PointTableRef table);
137
138 virtual void execute(StreamPointTable& table)
139 {
140 throw pdal_error("Attempting to use stream mode with a non-streamable "
141 "stage.");
142 }
143
144 /**
145 Determine if a pipeline with this stage as a sink is streamable.

Callers 3

executeMethod · 0.85
executeMethod · 0.85
innerRunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected