|
SmartEngine
1.6.0
|
Data used to construct a minimum node instance More...
#include <CommonNodes.h>
Public Attributes | |
| IGraphNode * | A = nullptr |
| 'A' value to take minimum of. More... | |
| IGraphNode * | B = nullptr |
| 'B' value to take minimum of More... | |
Public Attributes inherited from SmartEngine::GraphNodeCInfo | |
| const char * | name = nullptr |
| The name of this node. More... | |
| IContext * | context = nullptr |
| Context this node belongs to. Only graph nodes of the same context can be connected. More... | |
Data used to construct a minimum node instance
| IGraphNode* SmartEngine::MinimumNodeCInfo::A = nullptr |
'A' value to take minimum of.
| IGraphNode* SmartEngine::MinimumNodeCInfo::B = nullptr |
'B' value to take minimum of