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

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

#include <CommonNodes.h>

Inheritance diagram for SmartEngine::MinimumNodeCInfo:
SmartEngine::GraphNodeCInfo

Public Attributes

IGraphNodeA = nullptr
 'A' value to take minimum of. More...
 
IGraphNodeB = nullptr
 'B' value to take minimum 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 minimum node instance

Member Data Documentation

◆ A

IGraphNode* SmartEngine::MinimumNodeCInfo::A = nullptr

'A' value to take minimum of.

◆ B

IGraphNode* SmartEngine::MinimumNodeCInfo::B = nullptr

'B' value to take minimum of