MUQ  0.4.3
muq::Modeling::WorkGraphEdge Class Reference

An edge in a muq::Modeling::WorkGraph. More...

#include <WorkGraphEdge.h>

Detailed Description

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...
 

Constructor & Destructor Documentation

◆ WorkGraphEdge()

WorkGraphEdge::WorkGraphEdge ( unsigned int const  outputDim,
unsigned int const  inputDim 
)

Create an edge for muq::Modeling::WorkGraph.

Parameters
[in]outputDimThe output dimension of the output node that will be given to the input node
[in]inputDimThe input dimension of the input node that will be given the output of the output node

Definition at line 5 of file WorkGraphEdge.cpp.

Member Data Documentation

◆ inputDim

const unsigned int muq::Modeling::WorkGraphEdge::inputDim

The input dimension.

Definition at line 21 of file WorkGraphEdge.h.

◆ outputDim

const unsigned int muq::Modeling::WorkGraphEdge::outputDim

The output dimension.

Definition at line 18 of file WorkGraphEdge.h.


The documentation for this class was generated from the following files: