Public Member Functions | |
| 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 () |
| virtual bool | operator() ()=0 |
| 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 | |
| std::string | m_name |
| int | m_id |
Additional Inherited Members | |
Protected Attributes inherited from WireCell::Pgraph::Node | |
| PortList | m_ports [Port::ntypes] |
Definition at line 16 of file test_pipegraph.cxx.
|
inline |
Definition at line 19 of file test_pipegraph.cxx.
|
inline |
Definition at line 31 of file test_pipegraph.cxx.
|
inlinevirtual |
|
inline |
Definition at line 38 of file test_pipegraph.cxx.
|
inlinevirtual |
Reimplemented in Njoin, Source< OutputType >, and Source< int >.
Definition at line 43 of file test_pipegraph.cxx.
|
private |
Definition at line 54 of file test_pipegraph.cxx.
|
private |
Definition at line 53 of file test_pipegraph.cxx.
1.8.11