Public Member Functions | |
virtual | ~ITbbNode () |
virtual tbb::flow::graph_node * | tbb_node (tbb::flow::graph &graph)=0 |
Public Member Functions inherited from WireCell::INode | |
virtual | ~INode () |
virtual NodeCategory | category ()=0 |
Return the behavior category type. More... | |
virtual std::string | signature ()=0 |
virtual int | concurrency () |
virtual std::vector< std::string > | input_types () |
virtual std::vector< std::string > | output_types () |
virtual void | reset () |
Public Member Functions inherited from WireCell::IComponent< INode > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Additional Inherited Members | |
Public Types inherited from WireCell::INode | |
enum | NodeCategory { unknown, sourceNode, sinkNode, functionNode, queuedoutNode, joinNode, splitNode, faninNode, fanoutNode, multioutNode, hydraNode } |
Public Types inherited from WireCell::IComponent< INode > | |
typedef std::shared_ptr< INode > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
typedef std::shared_ptr< Interface > | pointer |
Definition at line 50 of file _test_onion.cxx.
|
inlinevirtual |
Definition at line 52 of file _test_onion.cxx.
|
pure virtual |
Implemented in TbbDepoSource.