|
SmartEngine
1.6.0
|
Data used to construct an extract node instance More...
#include <CommonNodes.h>
Public Attributes | |
| IGraphNode * | input = nullptr |
| The input we will extract output columns from More... | |
| int | columnStartIndex = 0 |
| The column start index to extract More... | |
| int | columnCount = -1 |
| The number of columns to extract 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 an extract node instance
| int SmartEngine::ExtractNodeCInfo::columnCount = -1 |
The number of columns to extract
| int SmartEngine::ExtractNodeCInfo::columnStartIndex = 0 |
The column start index to extract
| IGraphNode* SmartEngine::ExtractNodeCInfo::input = nullptr |
The input we will extract output columns from