An edge in a muq::Modeling::WorkGraph. More...
#include <WorkGraphEdge.h>
An edge in a muq::Modeling::WorkGraph.
Definition at line 7 of file WorkGraphEdge.h.
Public Member Functions | |
WorkGraphEdge (unsigned int const outputDim, unsigned int const inputDim) | |
Create an edge for muq::Modeling::WorkGraph. More... | |
Public Attributes | |
const unsigned int | outputDim |
The output dimension. More... | |
const unsigned int | inputDim |
The input dimension. More... | |
WorkGraphEdge::WorkGraphEdge | ( | unsigned int const | outputDim, |
unsigned int const | inputDim | ||
) |
Create an edge for muq::Modeling::WorkGraph.
[in] | outputDim | The output dimension of the output node that will be given to the input node |
[in] | inputDim | The input dimension of the input node that will be given the output of the output node |
Definition at line 5 of file WorkGraphEdge.cpp.
const unsigned int muq::Modeling::WorkGraphEdge::inputDim |
The input dimension.
Definition at line 21 of file WorkGraphEdge.h.
const unsigned int muq::Modeling::WorkGraphEdge::outputDim |
The output dimension.
Definition at line 18 of file WorkGraphEdge.h.