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

Data used to construct an extract node instance More...

#include <CommonNodes.h>

Inheritance diagram for SmartEngine::ExtractNodeCInfo:
SmartEngine::GraphNodeCInfo

Public Attributes

IGraphNodeinput = 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...
 
IContextcontext = nullptr
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

Data used to construct an extract node instance

Member Data Documentation

◆ columnCount

int SmartEngine::ExtractNodeCInfo::columnCount = -1

The number of columns to extract

◆ columnStartIndex

int SmartEngine::ExtractNodeCInfo::columnStartIndex = 0

The column start index to extract

◆ input

IGraphNode* SmartEngine::ExtractNodeCInfo::input = nullptr

The input we will extract output columns from