Public Member Functions | List of all members
ITbbNode Class Referenceabstract
Inheritance diagram for ITbbNode:
WireCell::INode WireCell::IComponent< INode > WireCell::Interface TbbDepoSink TbbDepoSource

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::stringinput_types ()
 
virtual std::vector< std::stringoutput_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< INodepointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 
- Public Types inherited from WireCell::Interface
typedef std::shared_ptr< Interfacepointer
 

Detailed Description

Definition at line 50 of file _test_onion.cxx.

Constructor & Destructor Documentation

virtual ITbbNode::~ITbbNode ( )
inlinevirtual

Definition at line 52 of file _test_onion.cxx.

52 {}

Member Function Documentation

virtual tbb::flow::graph_node* ITbbNode::tbb_node ( tbb::flow::graph &  graph)
pure virtual

Implemented in TbbDepoSource.


The documentation for this class was generated from the following file: