#include <IQueuedoutNode.h>
Public Types | |
typedef std::shared_ptr< IQueuedoutNodeBase > | pointer |
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< 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 |
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 () |
A node which is a function producing a zero or more output
Definition at line 14 of file IQueuedoutNode.h.
typedef std::shared_ptr<IQueuedoutNodeBase> WireCell::IQueuedoutNodeBase::pointer |
Definition at line 17 of file IQueuedoutNode.h.
typedef std::deque<boost::any> WireCell::IQueuedoutNodeBase::queuedany |
Definition at line 21 of file IQueuedoutNode.h.
|
virtual |
Definition at line 151 of file IfaceDesctructors.cxx.
|
inlinevirtual |
Return the behavior category type.
Implements WireCell::INode.
Definition at line 26 of file IQueuedoutNode.h.
|
inlinevirtual |
By default assume all subclasses maintain state.
Reimplemented from WireCell::INode.
Definition at line 31 of file IQueuedoutNode.h.
|
pure virtual |
The calling signature:
Implemented in WireCell::IQueuedoutNode< InputType, OutputType >, WireCell::IQueuedoutNode< IDepo, IDiffusion >, WireCell::IQueuedoutNode< IFrame, ISlice >, WireCell::IQueuedoutNode< IDepo, IDepoSet >, WireCell::IQueuedoutNode< IBlobSet, IBlobSet >, WireCell::IQueuedoutNode< IBlobSet, ICluster >, WireCell::IQueuedoutNode< IDepo, IFrame >, and WireCell::IQueuedoutNode< IDepo, IDepo >.