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