A node in a muq::Modeling::WorkGraph. More...
#include <WorkGraphNode.h>
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< WorkPiece > | piece |
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... | |
WorkGraphNode::WorkGraphNode | ( | std::shared_ptr< WorkPiece > | piece, |
std::string const & | name | ||
) |
Create a node for muq::Modeling::WorkGraph.
[in] | piece | A 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.
const std::string muq::Modeling::WorkGraphNode::name |
The name of this node.
Definition at line 23 of file WorkGraphNode.h.
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().