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

#include <IBlobSetFanout.h>

Inheritance diagram for WireCell::IBlobSetFanout:
WireCell::IFanoutNode< IBlobSet::vector, IBlobSet, 0 > WireCell::IFanoutNodeBase WireCell::INode WireCell::IComponent< INode > WireCell::Interface

Public Member Functions

virtual ~IBlobSetFanout ()
 
virtual std::string signature ()
 
virtual std::vector< std::stringoutput_types ()=0
 
- Public Member Functions inherited from WireCell::IFanoutNode< IBlobSet::vector, IBlobSet, 0 >
virtual ~IFanoutNode ()
 
virtual bool operator() (const boost::any &anyin, any_vector &anyv)
 The calling signature: More...
 
virtual bool operator() (const input_pointer &in, output_vector &outv)=0
 
virtual std::vector< std::stringinput_types ()
 
- Public Member Functions inherited from WireCell::IFanoutNodeBase
virtual ~IFanoutNodeBase ()
 
virtual NodeCategory category ()
 Return the behavior category type. More...
 
virtual int concurrency ()
 Fanout nodes can usually do their thing stateless. More...
 
- Public Member Functions inherited from WireCell::INode
virtual ~INode ()
 
virtual void reset ()
 
- Public Member Functions inherited from WireCell::IComponent< INode >
virtual ~IComponent ()
 
- Public Member Functions inherited from WireCell::Interface
virtual ~Interface ()
 

Additional Inherited Members

- Public Types inherited from WireCell::IFanoutNode< IBlobSet::vector, IBlobSet, 0 >
typedef IBlobSet::vector input_type
 
typedef IBlobSet output_type
 
typedef std::shared_ptr< const IBlobSet::vectorinput_pointer
 
typedef std::shared_ptr< const IBlobSetoutput_pointer
 
typedef std::vector< output_pointeroutput_vector
 
- Public Types inherited from WireCell::IFanoutNodeBase
typedef std::shared_ptr< IFanoutNodeBasepointer
 
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< 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
 

Detailed Description

A blob set fan-out component takes a vector of blob sets (see IBlobFanin, IBlobPipeline) and produces a fan of blob sets.

Definition at line 11 of file IBlobSetFanout.h.

Constructor & Destructor Documentation

IBlobSetFanout::~IBlobSetFanout ( )
virtual

Definition at line 99 of file IfaceDesctructors.cxx.

99 {}

Member Function Documentation

virtual std::vector<std::string> WireCell::IBlobSetFanout::output_types ( )
pure virtual
virtual std::string WireCell::IBlobSetFanout::signature ( )
inlinevirtual

The signature is string unique to all classes that implement a particular calling signature. These should be defined in lower level interfaces such as a mythical IMyFooToBarConverter.

Implements WireCell::INode.

Definition at line 16 of file IBlobSetFanout.h.

16  {
17  return typeid(IBlobSetFanout).name();
18  }
static QCString name
Definition: declinfo.cpp:673

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