#include <WrapperFactory.h>
Definition at line 22 of file WrapperFactory.h.
WrapperFactory::WrapperFactory |
( |
tbb::flow::graph & |
graph | ) |
|
Definition at line 13 of file WrapperFactory.cxx.
17 bind_maker<SourceNodeWrapper>(INode::sourceNode);
18 bind_maker<SinkNodeWrapper>(INode::sinkNode);
19 bind_maker<QueuedoutWrapper>(INode::queuedoutNode);
20 bind_maker<JoinWrapper>(INode::joinNode);
21 bind_maker<FaninWrapper>(INode::faninNode);
22 bind_maker<FunctionWrapper>(INode::functionNode);
def graph(desc, maker=maker)
tbb::flow::graph & m_graph
Definition at line 27 of file WrapperFactory.cxx.
29 auto nit =
m_nodes.find(wcnode);
34 auto mit =
m_factory.find(wcnode->category());
38 auto maker = mit->second;
std::shared_ptr< NodeWrapper > Node
tbb::flow::graph & m_graph
def maker(G, ac, typename)
tbb::flow::graph& WireCellTbb::WrapperFactory::m_graph |
|
private |
The documentation for this class was generated from the following files: