MCPcopy Create free account
hub / github.com/Nelarius/imnodes / Node

Method Node

example/multi_editor.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 float value;
17
18 Node(const int i, const float v) : id(i), value(v) {}
19};
20
21struct Link

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected