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

Data used to construct a component input instance More...

#include <GraphInput.h>

Inheritance diagram for SmartEngine::ComponentInputCInfo:
SmartEngine::GraphInputCInfo SmartEngine::GraphNodeCInfo

Public Attributes

int inputDimension = 1
 Dimension of the input. Graph nodes that feed into this input must have this exact dimension. 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 component input instance

Member Data Documentation

◆ inputDimension

int SmartEngine::ComponentInputCInfo::inputDimension = 1

Dimension of the input. Graph nodes that feed into this input must have this exact dimension.

If no graph node is fed into this input at the time of instantiation, then a buffer input of this dimension is created.