#include <ISinkNode.h>
Public Types | |
typedef InputType | input_type |
typedef std::shared_ptr< const InputType > | input_pointer |
Public Types inherited from WireCell::ISinkNodeBase | |
typedef std::shared_ptr< ISinkNodeBase > | pointer |
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 | ~ISinkNode () |
virtual bool | operator() (const boost::any &anyin) |
virtual bool | operator() (const input_pointer &in)=0 |
The calling signature: More... | |
virtual std::vector< std::string > | input_types () |
Public Member Functions inherited from WireCell::ISinkNodeBase | |
virtual | ~ISinkNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
Public Member Functions inherited from WireCell::INode | |
virtual | ~INode () |
virtual std::string | signature ()=0 |
virtual int | concurrency () |
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 () |
Definition at line 28 of file ISinkNode.h.
typedef std::shared_ptr<const InputType> WireCell::ISinkNode< InputType >::input_pointer |
Definition at line 32 of file ISinkNode.h.
typedef InputType WireCell::ISinkNode< InputType >::input_type |
Definition at line 31 of file ISinkNode.h.
|
inlinevirtual |
Definition at line 34 of file ISinkNode.h.
|
inlinevirtual |
|
inlinevirtual |
Implements WireCell::ISinkNodeBase.
Definition at line 36 of file ISinkNode.h.
|
pure virtual |
The calling signature:
Implemented in WireCellTbb::MockDepoSink, MyDepoSink, wcls::CookedFrameSink, WireCell::Img::StripesSink, WireCell::Root::HistFrameSink, WireCell::Img::JsonBlobSetSink, WireCell::Img::ClusterSink, WireCell::Img::SlicesSink, WireCell::Gen::DumpFrames, and WireCell::DumpDepos.