Public Member Functions | |
Func (int id) | |
virtual bool | operator() () |
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 170 of file test_pipegraph.cxx.
|
inline |
Definition at line 173 of file test_pipegraph.cxx.
|
inlinevirtual |
Implements WireCell::Pgraph::Node.
Definition at line 174 of file test_pipegraph.cxx.