#include <IFanoutNode.h>
Public Types | |
typedef InputType | input_type |
typedef OutputType | output_type |
typedef std::shared_ptr< const InputType > | input_pointer |
typedef std::shared_ptr< const OutputType > | output_pointer |
typedef std::vector< output_pointer > | output_vector |
Public Types inherited from WireCell::IFanoutNodeBase | |
typedef std::shared_ptr< IFanoutNodeBase > | 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 | ~IFanoutNode () |
virtual bool | operator() (const boost::any &anyin, any_vector &anyv) |
The calling signature: More... | |
virtual bool | operator() (const input_pointer &in, output_vector &outv)=0 |
virtual std::vector< std::string > | input_types () |
virtual std::vector< std::string > | output_types () |
Public Member Functions inherited from WireCell::IFanoutNodeBase | |
virtual | ~IFanoutNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
virtual int | concurrency () |
Fanout 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 38 of file IFanoutNode.h.
typedef std::shared_ptr<const InputType> WireCell::IFanoutNode< InputType, OutputType, FanoutMultiplicity >::input_pointer |
Definition at line 43 of file IFanoutNode.h.
typedef InputType WireCell::IFanoutNode< InputType, OutputType, FanoutMultiplicity >::input_type |
Definition at line 41 of file IFanoutNode.h.
typedef std::shared_ptr<const OutputType> WireCell::IFanoutNode< InputType, OutputType, FanoutMultiplicity >::output_pointer |
Definition at line 44 of file IFanoutNode.h.
typedef OutputType WireCell::IFanoutNode< InputType, OutputType, FanoutMultiplicity >::output_type |
Definition at line 42 of file IFanoutNode.h.
typedef std::vector<output_pointer> WireCell::IFanoutNode< InputType, OutputType, FanoutMultiplicity >::output_vector |
Definition at line 45 of file IFanoutNode.h.
|
inlinevirtual |
Definition at line 47 of file IFanoutNode.h.
|
inlinevirtual |
|
inlinevirtual |
The calling signature:
Implements WireCell::IFanoutNodeBase.
Definition at line 49 of file IFanoutNode.h.
|
pure virtual |
|
inlinevirtual |
Reimplemented from WireCell::INode.
Reimplemented in WireCell::SigProc::ChannelSplitter, WireCell::IFrameFanout, WireCell::ISliceFanout, WireCell::IBlobSetFanout, WireCell::IDepoFanout, WireCell::IDepoSetFanout, WireCell::Gen::FrameFanout, WireCell::Gen::DepoSetFanout, WireCell::Img::SliceFanout, and WireCell::Gen::DepoFanout.
Definition at line 72 of file IFanoutNode.h.