#include <IFaninNode.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< input_pointer > | input_vector |
Public Types inherited from WireCell::IFaninNodeBase | |
typedef std::shared_ptr< IFaninNodeBase > | 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 | ~IFaninNode () |
virtual bool | operator() (const any_vector &anyv, boost::any &anyout) |
The calling signature: More... | |
virtual bool | operator() (const input_vector &invec, output_pointer &out)=0 |
virtual std::vector< std::string > | input_types () |
virtual std::vector< std::string > | output_types () |
Public Member Functions inherited from WireCell::IFaninNodeBase | |
virtual | ~IFaninNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
virtual int | concurrency () |
Fanin 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 39 of file IFaninNode.h.
typedef std::shared_ptr<const InputType> WireCell::IFaninNode< InputType, OutputType, FaninMultiplicity >::input_pointer |
Definition at line 44 of file IFaninNode.h.
typedef InputType WireCell::IFaninNode< InputType, OutputType, FaninMultiplicity >::input_type |
Definition at line 42 of file IFaninNode.h.
typedef std::vector<input_pointer> WireCell::IFaninNode< InputType, OutputType, FaninMultiplicity >::input_vector |
Definition at line 46 of file IFaninNode.h.
typedef std::shared_ptr<const OutputType> WireCell::IFaninNode< InputType, OutputType, FaninMultiplicity >::output_pointer |
Definition at line 45 of file IFaninNode.h.
typedef OutputType WireCell::IFaninNode< InputType, OutputType, FaninMultiplicity >::output_type |
Definition at line 43 of file IFaninNode.h.
|
inlinevirtual |
Definition at line 48 of file IFaninNode.h.
|
inlinevirtual |
Reimplemented from WireCell::INode.
Reimplemented in WireCell::IClusterFanin, WireCell::Img::BlobSetSync, WireCell::IFrameFanin, WireCell::IBlobSetFanin, and WireCell::Gen::FrameFanin.
Definition at line 70 of file IFaninNode.h.
|
inlinevirtual |
The calling signature:
Implements WireCell::IFaninNodeBase.
Definition at line 50 of file IFaninNode.h.
|
pure virtual |
Implemented in WireCell::Img::BlobSetSync, and WireCell::Gen::FrameFanin.
|
inlinevirtual |