Public Types | |
| typedef std::shared_ptr< const OutputType > | output_pointer |
Public Member Functions | |
| Source (int id, int beg, int end) | |
| virtual | ~Source () |
| virtual bool | ready () |
| virtual bool | operator() () |
| virtual | ~Source () |
| virtual bool | insert (AnyPorts &input) |
| virtual bool | extract (AnyPorts &output) |
| virtual bool | extract (output_pointer &out)=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) |
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 () |
Private Attributes | |
| int | m_num |
| int | m_end |
Additional Inherited Members | |
Protected Attributes inherited from WireCell::Pgraph::Node | |
| PortList | m_ports [Port::ntypes] |
Definition at line 56 of file test_pipegraph.cxx.
| typedef std::shared_ptr<const OutputType> Source< OutputType >::output_pointer |
Definition at line 19 of file _test_hydra.cxx.
Definition at line 58 of file test_pipegraph.cxx.
Definition at line 60 of file test_pipegraph.cxx.
Definition at line 17 of file _test_hydra.cxx.
|
inlinevirtual |
Implements Hydra.
Definition at line 22 of file _test_hydra.cxx.
|
pure virtual |
Implemented in IntSource.
|
private |
Definition at line 76 of file test_pipegraph.cxx.
|
private |
Definition at line 76 of file test_pipegraph.cxx.
1.8.11