SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine::MaximumNodeCInfo Struct Reference

Data used to construct a maximum node instance More...

#include <CommonNodes.h>

Inheritance diagram for SmartEngine::MaximumNodeCInfo:
SmartEngine::GraphNodeCInfo

Public Attributes

IGraphNodeA = nullptr
 'A' value to take maximum of. More...
 
IGraphNodeB = nullptr
 'B' value to take maximum of More...
 
- Public Attributes inherited from SmartEngine::GraphNodeCInfo
const char * name = nullptr
 The name of this node. More...
 
IContextcontext = nullptr
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

Data used to construct a maximum node instance

Member Data Documentation

◆ A

IGraphNode* SmartEngine::MaximumNodeCInfo::A = nullptr

'A' value to take maximum of.

◆ B

IGraphNode* SmartEngine::MaximumNodeCInfo::B = nullptr

'B' value to take maximum of