| 167 | } |
| 168 | |
| 169 | OutputBuffer* Engine::getInput(const std::string& id) |
| 170 | { |
| 171 | ProcessingStep* ps = getInputNode(id); |
| 172 | if (!ps) return NULL; |
| 173 | return ps->m_output[0].data; |
| 174 | } |
| 175 | |
| 176 | ParameterMap Engine::getInputParams(const std::string& id) |
| 177 | { |
no outgoing calls
no test coverage detected