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

Class Node

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

Source from the content-addressed store, hash-verified

16namespace
17{
18struct Node
19{
20 int id;
21 float value;
22
23 Node() = default;
24
25 Node(const int i, const float v) : id(i), value(v) {}
26};
27
28struct Link
29{

Callers 1

showMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected