MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / getOutput

Method getOutput

src_cpp/yaafe-core/Engine.cpp:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 InputBuffer* Engine::getOutput(const std::string& id)
219 {
220 ProcessingStep* ps = getOutputNode(id);
221 if (!ps) return NULL;
222 return ps->m_input[0].data;
223 }
224
225 ParameterMap Engine::getOutputParams(const std::string& id)
226 {

Callers 5

processFileMethod · 0.80
readFeatureFunction · 0.80
engine_getOutputInfosFunction · 0.80
engine_output_availableFunction · 0.80
engine_output_readFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected