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

Function setInput

pdal/Stage.hpp:100–101  ·  view source on GitHub ↗

Add a stage to the input list of this stage. \param input Stage to use as input. */

Source from the content-addressed store, hash-verified

98 \param input Stage to use as input.
99 */
100 void setInput(Stage& input)
101 { m_inputs.push_back(&input); }
102
103 /**
104 Set a file descriptor to which progress information should be written.

Callers 2

initializeMethod · 0.85
initializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected