Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
iface
inc
WireCellIface
IBlobSetSink.h
Go to the documentation of this file.
1
#ifndef WIRECELL_IBLOBSETSINK
2
#define WIRECELL_IBLOBSETSINK
3
4
#include "
WireCellIface/ISinkNode.h
"
5
#include "
WireCellIface/IBlobSet.h
"
6
7
namespace
WireCell
{
8
9
/** A blob set sink is a node that consumes IBlobSet objects.
10
*/
11
class
IBlobSetSink
:
public
ISinkNode
<IBlobSet>
12
{
13
public
:
14
virtual
~IBlobSetSink
() ;
15
16
virtual
std::string
signature
() {
17
return
typeid
(
IBlobSetSink
).
name
();
18
}
19
20
// supply:
21
// virtual bool operator()(const IBlobSet::pointer& bs);
22
23
};
24
25
26
}
27
28
#endif
name
static QCString name
Definition:
declinfo.cpp:673
IBlobSet.h
string
std::string string
Definition:
nybbler.cc:12
WireCell::IBlobSetSink
Definition:
IBlobSetSink.h:11
WireCell::IBlobSetSink::signature
virtual std::string signature()
Definition:
IBlobSetSink.h:16
WireCell::IBlobSetSink::~IBlobSetSink
virtual ~IBlobSetSink()
Definition:
IfaceDesctructors.cxx:100
WireCell
Definition:
Main.h:22
ISinkNode.h
WireCell::ISinkNode
Definition:
ISinkNode.h:28
Generated by
1.8.11