#include <ISourceNode.h>
Public Types | |
typedef std::shared_ptr< ISourceNodeBase > | 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 | ~ISourceNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
virtual bool | operator() (boost::any &anyout)=0 |
Public Member Functions inherited from WireCell::INode | |
virtual | ~INode () |
virtual std::string | signature ()=0 |
virtual int | concurrency () |
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 acts as a source.
Definition at line 13 of file ISourceNode.h.
typedef std::shared_ptr<ISourceNodeBase> WireCell::ISourceNodeBase::pointer |
Definition at line 16 of file ISourceNode.h.
|
virtual |
Definition at line 161 of file IfaceDesctructors.cxx.
|
inlinevirtual |
Return the behavior category type.
Implements WireCell::INode.
Reimplemented in WireCell::ISourceNode< OutputType >, WireCell::ISourceNode< IFrame >, WireCell::ISourceNode< IWire::vector >, and WireCell::ISourceNode< IDepo >.
Definition at line 21 of file ISourceNode.h.
|
pure virtual |