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

Method Engine

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

Source from the content-addressed store, hash-verified

62 }
63
64 Engine::Engine() :
65 m_graph(NULL) {
66 m_graph = new Graph<ProcessingStep>; // initialize with empty graph
67 }
68
69 Engine::~Engine() {
70 if (m_graph)

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected