MUQ  0.4.3
muq::Modeling::WorkGraphNode Class Reference

A node in a muq::Modeling::WorkGraph. More...

#include <WorkGraphNode.h>

Detailed Description

A node in a muq::Modeling::WorkGraph.

Definition at line 9 of file WorkGraphNode.h.

Public Member Functions

 WorkGraphNode (std::shared_ptr< WorkPiece > piece, std::string const &name)
 Create a node for muq::Modeling::WorkGraph. More...
 

Public Attributes

std::shared_ptr< WorkPiecepiece
 A pointer to a muq::Modelling::WorkPiece that will be called when this node is evaluated. More...
 
const std::string name
 The name of this node. More...
 

Constructor & Destructor Documentation

◆ WorkGraphNode()

WorkGraphNode::WorkGraphNode ( std::shared_ptr< WorkPiece piece,
std::string const &  name 
)

Create a node for muq::Modeling::WorkGraph.

Parameters
[in]pieceA pointer to a muq::Modelling::Core::WorkPiece that will be called when this node is evaluated. @input[in] name The name of the node

Definition at line 5 of file WorkGraphNode.cpp.

References piece.

Member Data Documentation

◆ name

const std::string muq::Modeling::WorkGraphNode::name

The name of this node.

Definition at line 23 of file WorkGraphNode.h.

◆ piece

std::shared_ptr<WorkPiece> muq::Modeling::WorkGraphNode::piece

A pointer to a muq::Modelling::WorkPiece that will be called when this node is evaluated.

Definition at line 20 of file WorkGraphNode.h.

Referenced by WorkGraphNode().


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