MCPcopy Create free account
hub / github.com/ange-yaghi/engine-sim / _evaluate

Method _evaluate

scripting/include/function_node.h:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 virtual void _evaluate() {
56 setOutput(this);
57
58 // Read inputs
59 readAllInputs();
60 }
61
62 std::vector<Sample> m_samples;
63 double m_filterRadius = 0.0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected