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

Class Node

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

Source from the content-addressed store, hash-verified

11namespace
12{
13struct Node
14{
15 int id;
16 float value;
17
18 Node(const int i, const float v) : id(i), value(v) {}
19};
20
21struct Link
22{

Callers 1

show_editorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected