1 #ifndef WORKGRAPHNODE_H_
2 #define WORKGRAPHNODE_H_
20 std::shared_ptr<WorkPiece>
piece;
A node in a muq::Modeling::WorkGraph.
std::shared_ptr< WorkPiece > piece
A pointer to a muq::Modelling::WorkPiece that will be called when this node is evaluated.
const std::string name
The name of this node.
WorkGraphNode(std::shared_ptr< WorkPiece > piece, std::string const &name)
Create a node for muq::Modeling::WorkGraph.