Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nelarius/imnodes
/ Node
Method
Node
example/color_node_editor.cpp:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
float value;
33
34
explicit Node(const NodeType t) : type(t), value(0.f) {}
35
36
Node(const NodeType t, const float v) : type(t), value(v) {}
37
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected