WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::IQueuedoutNodeBase Class Referenceabstract

#include <IQueuedoutNode.h>

Inheritance diagram for WireCell::IQueuedoutNodeBase:
Collaboration diagram for WireCell::IQueuedoutNodeBase:

Public Types

typedef std::shared_ptr< IQueuedoutNodeBasepointer
 
typedef std::deque< boost::any > queuedany
 
- 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
 

Public Member Functions

virtual ~IQueuedoutNodeBase ()
 
virtual bool operator() (const boost::any &anyin, queuedany &out)=0
 The calling signature: More...
 
virtual NodeCategory category ()
 Return the behavior category type. More...
 
virtual int concurrency ()
 By default assume all subclasses maintain state. More...
 
- Public Member Functions inherited from WireCell::INode
virtual ~INode ()
 
virtual std::string signature ()=0
 
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 ()
 

Detailed Description

A node which is a function producing a zero or more output

Definition at line 14 of file IQueuedoutNode.h.

Member Typedef Documentation

◆ pointer

Definition at line 17 of file IQueuedoutNode.h.

◆ queuedany

typedef std::deque<boost::any> WireCell::IQueuedoutNodeBase::queuedany

Definition at line 21 of file IQueuedoutNode.h.

Constructor & Destructor Documentation

◆ ~IQueuedoutNodeBase()

IQueuedoutNodeBase::~IQueuedoutNodeBase ( )
virtual

Definition at line 151 of file IfaceDesctructors.cxx.

Member Function Documentation

◆ category()

virtual NodeCategory WireCell::IQueuedoutNodeBase::category ( )
inlinevirtual

Return the behavior category type.

Implements WireCell::INode.

Definition at line 26 of file IQueuedoutNode.h.

◆ concurrency()

virtual int WireCell::IQueuedoutNodeBase::concurrency ( )
inlinevirtual

By default assume all subclasses maintain state.

Reimplemented from WireCell::INode.

Definition at line 31 of file IQueuedoutNode.h.

◆ operator()()


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