#include <BlobSetSync.h>
Public Member Functions | |
BlobSetSync () | |
virtual | ~BlobSetSync () |
virtual void | configure (const WireCell::Configuration &cfg) |
Accept a configuration. More... | |
virtual WireCell::Configuration | default_configuration () const |
Optional, override to return a hard-coded default configuration. More... | |
virtual std::vector< std::string > | input_types () |
virtual bool | operator() (const input_vector &invec, output_pointer &out) |
Public Member Functions inherited from WireCell::IBlobSetFanin | |
virtual | ~IBlobSetFanin () |
virtual std::string | signature () |
Public Member Functions inherited from WireCell::IFaninNode< IBlobSet, IBlobSet, 0 > | |
virtual | ~IFaninNode () |
virtual bool | operator() (const any_vector &anyv, boost::any &anyout) |
The calling signature: More... | |
virtual std::vector< std::string > | output_types () |
Public Member Functions inherited from WireCell::IFaninNodeBase | |
virtual | ~IFaninNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
virtual int | concurrency () |
Fanin 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 () |
Public Member Functions inherited from WireCell::IConfigurable | |
virtual | ~IConfigurable () |
Public Member Functions inherited from WireCell::IComponent< IConfigurable > | |
virtual | ~IComponent () |
Private Attributes | |
size_t | m_multiplicity |
Log::logptr_t | l |
Additional Inherited Members | |
Public Types inherited from WireCell::IFaninNode< IBlobSet, IBlobSet, 0 > | |
typedef IBlobSet | input_type |
typedef IBlobSet | output_type |
typedef std::shared_ptr< const IBlobSet > | input_pointer |
typedef std::shared_ptr< const IBlobSet > | output_pointer |
typedef std::vector< input_pointer > | input_vector |
Public Types inherited from WireCell::IFaninNodeBase | |
typedef std::shared_ptr< IFaninNodeBase > | pointer |
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< 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 Types inherited from WireCell::IComponent< IConfigurable > | |
typedef std::shared_ptr< IConfigurable > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Definition at line 14 of file BlobSetSync.h.
Img::BlobSetSync::BlobSetSync | ( | ) |
Definition at line 10 of file BlobSetSync.cxx.
|
virtual |
Definition at line 16 of file BlobSetSync.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 28 of file BlobSetSync.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 21 of file BlobSetSync.cxx.
|
virtual |
Implements WireCell::IBlobSetFanin.
Definition at line 37 of file BlobSetSync.cxx.
|
virtual |
Implements WireCell::IFaninNode< IBlobSet, IBlobSet, 0 >.
Definition at line 45 of file BlobSetSync.cxx.
|
private |
Definition at line 28 of file BlobSetSync.h.
|
private |
Definition at line 27 of file BlobSetSync.h.