#include <JsonBlobSetSink.h>
Public Member Functions | |
JsonBlobSetSink () | |
virtual | ~JsonBlobSetSink () |
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 bool | operator() (const IBlobSet::pointer &bs) |
The calling signature: More... | |
Public Member Functions inherited from WireCell::IBlobSetSink | |
virtual | ~IBlobSetSink () |
virtual std::string | signature () |
Public Member Functions inherited from WireCell::ISinkNode< IBlobSet > | |
virtual | ~ISinkNode () |
virtual bool | operator() (const boost::any &anyin) |
virtual std::vector< std::string > | input_types () |
Public Member Functions inherited from WireCell::ISinkNodeBase | |
virtual | ~ISinkNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
Public Member Functions inherited from WireCell::INode | |
virtual | ~INode () |
virtual int | concurrency () |
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 () |
Public Member Functions inherited from WireCell::IConfigurable | |
virtual | ~IConfigurable () |
Public Member Functions inherited from WireCell::IComponent< IConfigurable > | |
virtual | ~IComponent () |
Private Attributes | |
double | m_drift_speed |
std::string | m_filename |
int | m_face |
Log::logptr_t | l |
Additional Inherited Members | |
Public Types inherited from WireCell::ISinkNode< IBlobSet > | |
typedef IBlobSet | input_type |
typedef std::shared_ptr< const IBlobSet > | input_pointer |
Public Types inherited from WireCell::ISinkNodeBase | |
typedef std::shared_ptr< ISinkNodeBase > | 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 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 13 of file JsonBlobSetSink.h.
Img::JsonBlobSetSink::JsonBlobSetSink | ( | ) |
Definition at line 15 of file JsonBlobSetSink.cxx.
|
virtual |
Definition at line 22 of file JsonBlobSetSink.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 27 of file JsonBlobSetSink.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 34 of file JsonBlobSetSink.cxx.
|
virtual |
The calling signature:
Implements WireCell::ISinkNode< IBlobSet >.
Definition at line 47 of file JsonBlobSetSink.cxx.
|
private |
Definition at line 29 of file JsonBlobSetSink.h.
|
private |
Definition at line 26 of file JsonBlobSetSink.h.
|
private |
Definition at line 28 of file JsonBlobSetSink.h.
|
private |
Definition at line 27 of file JsonBlobSetSink.h.