9 #ifndef BLOCKFACTORY_CORE_PORT_H 10 #define BLOCKFACTORY_CORE_PORT_H 110 #endif // BLOCKFACTORY_CORE_PORT_H
Contained of size-related properties of ports.
Definition: Port.h:96
int Rows
Definition: Port.h:100
static const int DynamicSize
Identifier of a port with dynamic size.
Definition: Port.h:49
size_t Index
The 0-based index of a port.
Definition: Port.h:39
std::vector< int > Dimensions
Definition: Port.h:43
int Cols
Definition: Port.h:101
DataType dataType
Definition: Port.h:90
A container of port information.
Definition: Port.h:78
Cols cols
Definition: Port.h:105
Class that stores port properties.
Definition: Port.h:33
int Vector
Definition: Port.h:98
DataType
Defines allowed port data types.
Definition: Port.h:62
struct{Rows rows Matrix
Definition: Port.h:104
Index index
The 0-based index of a port.
Definition: Port.h:81
Dimensions dimension
Definition: Port.h:85