MUQ
0.4.3
WorkGraphNode.cpp
Go to the documentation of this file.
1
#include "
MUQ/Modeling/WorkGraphNode.h
"
2
3
using namespace
muq::Modeling
;
4
5
WorkGraphNode::WorkGraphNode
(std::shared_ptr<WorkPiece> piece, std::string
const
& name) : piece(piece), name(name) {
6
assert(
piece
);
7
}
WorkGraphNode.h
muq::Modeling::WorkGraphNode::piece
std::shared_ptr< WorkPiece > piece
A pointer to a muq::Modelling::WorkPiece that will be called when this node is evaluated.
Definition:
WorkGraphNode.h:20
muq::Modeling::WorkGraphNode::WorkGraphNode
WorkGraphNode(std::shared_ptr< WorkPiece > piece, std::string const &name)
Create a node for muq::Modeling::WorkGraph.
Definition:
WorkGraphNode.cpp:5
muq::Modeling
Definition:
AllClassWrappers.h:7
doxygen_prep
modules
Modeling
src
WorkGraphNode.cpp
Generated on Wed Jun 12 2024 00:48:28 for MUQ by
1.9.1