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