Go to the source code of this file.
Classes | |
struct | muq::Modeling::NodeNameFinder |
A helper struct that determines if a node in the graph has a given name. More... | |
Namespaces | |
muq | |
muq::Modeling | |
Typedefs | |
typedef boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS, std::shared_ptr< WorkGraphNode >, std::shared_ptr< WorkGraphEdge > > | muq::Modeling::Graph |
Define a directed graph type. More... | |