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

Method StreamProcessor

examples/reading-streamer/reading_streamer.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 virtual void done(PointTableRef table);
32 StreamProcessor& operator=(const StreamProcessor&) = delete;
33 StreamProcessor(const StreamProcessor&) = delete;
34 StreamProcessor(const StreamProcessor&&) = delete;
35};
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected