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

#include <IQueuedoutNode.h>

Inheritance diagram for WireCell::IQueuedoutNodeBase:
WireCell::INode WireCell::IComponent< INode > WireCell::Interface WireCell::IQueuedoutNode< IBlobSet, IBlobSet > WireCell::IQueuedoutNode< IBlobSet, ICluster > WireCell::IQueuedoutNode< IDepo, IDepo > WireCell::IQueuedoutNode< IDepo, IDepoSet > WireCell::IQueuedoutNode< IDepo, IDiffusion > WireCell::IQueuedoutNode< IDepo, IFrame > WireCell::IQueuedoutNode< IFrame, ISlice > WireCell::IQueuedoutNode< InputType, OutputType >

Public Types

typedef std::shared_ptr< IQueuedoutNodeBasepointer
 
typedef std::deque< boost::any > queuedany
 
- 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 ~IQueuedoutNodeBase ()
 
virtual bool operator() (const boost::any &anyin, queuedany &out)=0
 The calling signature: More...
 
virtual NodeCategory category ()
 Return the behavior category type. More...
 
virtual int concurrency ()
 By default assume all subclasses maintain state. More...
 
- Public Member Functions inherited from WireCell::INode
virtual ~INode ()
 
virtual std::string signature ()=0
 
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 is a function producing a zero or more output

Definition at line 14 of file IQueuedoutNode.h.

Member Typedef Documentation

Definition at line 17 of file IQueuedoutNode.h.

typedef std::deque<boost::any> WireCell::IQueuedoutNodeBase::queuedany

Definition at line 21 of file IQueuedoutNode.h.

Constructor & Destructor Documentation

IQueuedoutNodeBase::~IQueuedoutNodeBase ( )
virtual

Definition at line 151 of file IfaceDesctructors.cxx.

151 {}

Member Function Documentation

virtual NodeCategory WireCell::IQueuedoutNodeBase::category ( )
inlinevirtual

Return the behavior category type.

Implements WireCell::INode.

Definition at line 26 of file IQueuedoutNode.h.

26  {
27  return queuedoutNode;
28  }
virtual int WireCell::IQueuedoutNodeBase::concurrency ( )
inlinevirtual

By default assume all subclasses maintain state.

Reimplemented from WireCell::INode.

Definition at line 31 of file IQueuedoutNode.h.

31 { return 1; }
virtual bool WireCell::IQueuedoutNodeBase::operator() ( const boost::any &  anyin,
queuedany out 
)
pure virtual

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