Add a stage to the input list of this stage. \param input Stage to use as input. */
| 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. |
no outgoing calls
no test coverage detected