#include <GenPipeline.h>
Public Types | |
| typedef WireCell::IFunctionNodeBase | node_t |
| typedef std::shared_ptr< node_t > | node_pointer_t |
Public Member Functions | |
| FunctionNodeProc (node_pointer_t node) | |
| virtual | ~FunctionNodeProc () |
| virtual Pipe & | input_pipe () |
| virtual Pipe & | output_pipe () |
| virtual bool | operator() () |
Public Member Functions inherited from WireCell::FilterProc | |
| virtual | ~FilterProc () |
Public Member Functions inherited from WireCell::SourceProc | |
| virtual | ~SourceProc () |
Public Member Functions inherited from WireCell::Proc | |
| virtual | ~Proc () |
Public Member Functions inherited from WireCell::SinkProc | |
| virtual | ~SinkProc () |
Private Attributes | |
| Pipe | iq |
| Pipe | oq |
| node_pointer_t | node |
Definition at line 79 of file GenPipeline.h.
| typedef std::shared_ptr<node_t> WireCell::FunctionNodeProc::node_pointer_t |
Definition at line 82 of file GenPipeline.h.
Definition at line 81 of file GenPipeline.h.
|
inline |
Definition at line 84 of file GenPipeline.h.
|
inlinevirtual |
Definition at line 85 of file GenPipeline.h.
|
inlinevirtual |
Implements WireCell::SinkProc.
Definition at line 87 of file GenPipeline.h.
|
inlinevirtual |
|
inlinevirtual |
Implements WireCell::SourceProc.
Definition at line 90 of file GenPipeline.h.
|
private |
Definition at line 105 of file GenPipeline.h.
|
private |
Definition at line 106 of file GenPipeline.h.
|
private |
Definition at line 105 of file GenPipeline.h.
1.8.11