| 272 | } |
| 273 | |
| 274 | void TOPPASToolVertex::getOutputParameters(QVector<IOInfo>& output_infos) const |
| 275 | { |
| 276 | getParameters_(output_infos, false); |
| 277 | } |
| 278 | |
| 279 | void TOPPASToolVertex::getParameters_(QVector<IOInfo>& io_infos, bool input_params) const |
| 280 | { |
no outgoing calls
no test coverage detected