#include <IJoinNode.h>
Public Types | |
typedef tuple_helper< InputTuple > | port_helper_type |
typedef port_helper_type::template WrappedConst< std::shared_ptr >::type | input_tuple_type |
typedef tuple_helper< input_tuple_type > | input_helper_type |
typedef OutputType | output_type |
typedef std::shared_ptr< const OutputType > | output_pointer |
Public Types inherited from WireCell::IJoinNodeBase | |
typedef std::shared_ptr< IJoinNodeBase > | pointer |
typedef std::vector< boost::any > | any_vector |
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 | ~IJoinNode () |
virtual bool | operator() (const any_vector &anyv, boost::any &anyout) |
The calling signature: More... | |
virtual bool | operator() (const input_tuple_type &intup, output_pointer &out)=0 |
virtual std::vector< std::string > | input_types () |
virtual std::vector< std::string > | output_types () |
Public Member Functions inherited from WireCell::IJoinNodeBase | |
virtual | ~IJoinNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
virtual int | concurrency () |
Join nodes can usually do their thing stateless. More... | |
Public Member Functions inherited from WireCell::INode | |
virtual | ~INode () |
virtual std::string | signature ()=0 |
virtual void | reset () |
Public Member Functions inherited from WireCell::IComponent< INode > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Definition at line 42 of file IJoinNode.h.
typedef tuple_helper<input_tuple_type> WireCell::IJoinNode< InputTuple, OutputType >::input_helper_type |
Definition at line 47 of file IJoinNode.h.
typedef port_helper_type::template WrappedConst<std::shared_ptr>::type WireCell::IJoinNode< InputTuple, OutputType >::input_tuple_type |
Definition at line 46 of file IJoinNode.h.
typedef std::shared_ptr<const OutputType> WireCell::IJoinNode< InputTuple, OutputType >::output_pointer |
Definition at line 51 of file IJoinNode.h.
typedef OutputType WireCell::IJoinNode< InputTuple, OutputType >::output_type |
Definition at line 49 of file IJoinNode.h.
typedef tuple_helper<InputTuple> WireCell::IJoinNode< InputTuple, OutputType >::port_helper_type |
Definition at line 45 of file IJoinNode.h.
|
inlinevirtual |
Definition at line 53 of file IJoinNode.h.
|
inlinevirtual |
Reimplemented from WireCell::INode.
Definition at line 70 of file IJoinNode.h.
|
inlinevirtual |
The calling signature:
Implements WireCell::IJoinNodeBase.
Definition at line 55 of file IJoinNode.h.
|
pure virtual |
Implemented in WireCell::SigProc::FrameMerger, and WireCell::Gen::FrameSummer.
|
inlinevirtual |