Public Types | Public Member Functions | List of all members
WireCell::ISourceNodeBase Class Referenceabstract

#include <ISourceNode.h>

Inheritance diagram for WireCell::ISourceNodeBase:
WireCell::INode WireCell::IComponent< INode > WireCell::Interface WireCell::ISourceNode< IDepo > WireCell::ISourceNode< IFrame > WireCell::ISourceNode< IWire::vector > WireCell::ISourceNode< OutputType > WireCell::IDepoSource WireCell::IFrameSource WireCell::IWireSource MyDepoSource MyDepoSrc wcls::SimDepoSource WireCell::Gen::BlipSource WireCell::Gen::TrackDepos WireCell::Sio::BeeDepoSource WireCell::Sio::JsonDepoSource WireCellTbb::MockDepoSource wcls::CookedFrameSource wcls::LazyFrameSource wcls::RawFrameSource WireCell::Gen::NoiseSource WireCell::Gen::SilentNoise WireCell::Root::CelltreeSource WireCell::Root::MagnifySource WireCell::WireSource

Public Types

typedef std::shared_ptr< ISourceNodeBasepointer
 
- 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< INodepointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 
- Public Types inherited from WireCell::Interface
typedef std::shared_ptr< Interfacepointer
 

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::stringinput_types ()
 
virtual std::vector< std::stringoutput_types ()
 
virtual void reset ()
 
- Public Member Functions inherited from WireCell::IComponent< INode >
virtual ~IComponent ()
 
- Public Member Functions inherited from WireCell::Interface
virtual ~Interface ()
 

Detailed Description

A node which acts as a source.

Definition at line 13 of file ISourceNode.h.

Member Typedef Documentation

Definition at line 16 of file ISourceNode.h.

Constructor & Destructor Documentation

ISourceNodeBase::~ISourceNodeBase ( )
virtual

Definition at line 161 of file IfaceDesctructors.cxx.

161 {}

Member Function Documentation

virtual NodeCategory WireCell::ISourceNodeBase::category ( )
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.

21  {
22  return sourceNode;
23  }
virtual bool WireCell::ISourceNodeBase::operator() ( boost::any &  anyout)
pure virtual

The documentation for this class was generated from the following files: