Public Types | |
| typedef std::shared_ptr< const InputType > | input_pointer |
Public Member Functions | |
| Sink (int id) | |
| virtual | ~Sink () |
| virtual bool | operator() () |
| virtual | ~Sink () |
| virtual bool | extract (AnyPorts &output) |
| virtual bool | insert (AnyPorts &input) |
| virtual bool | insert (const input_pointer &in)=0 |
Public Member Functions inherited from Hydra | |
| virtual | ~Hydra () |
Public Member Functions inherited from IdNode | |
| IdNode (const std::string &name, int id, size_t nin=0, size_t nout=0) | |
| int | id () |
| virtual std::string | ident () |
| std::ostream & | msg (const std::string s) |
| virtual bool | ready () |
Public Member Functions inherited from WireCell::Pgraph::Node | |
| Node () | |
| virtual | ~Node () |
| Port & | iport (size_t ind=0) |
| Port & | oport (size_t ind=0) |
| PortList & | input_ports () |
| PortList & | output_ports () |
| Port & | port (Port::Type type, size_t ind=0) |
| Port & | port (Port::Type type, const std::string &name) |
| bool | connected () |
Additional Inherited Members | |
Protected Attributes inherited from WireCell::Pgraph::Node | |
| PortList | m_ports [Port::ntypes] |
Definition at line 78 of file test_pipegraph.cxx.
| typedef std::shared_ptr<const InputType> Sink< InputType >::input_pointer |
Definition at line 38 of file _test_hydra.cxx.
Definition at line 80 of file test_pipegraph.cxx.
Definition at line 81 of file test_pipegraph.cxx.
Definition at line 36 of file _test_hydra.cxx.
|
inlinevirtual |
|
pure virtual |
Implemented in IntSink.
Implements WireCell::Pgraph::Node.
Definition at line 82 of file test_pipegraph.cxx.
1.8.11