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