Public Member Functions | |
IntSource (int maxcount=10) | |
virtual | ~IntSource () |
virtual bool | extract (output_pointer &out) |
Public Member Functions inherited from Source< int > | |
Source (int id, int beg, int end) | |
virtual | ~Source () |
virtual | ~Source () |
virtual bool | ready () |
virtual bool | operator() () |
virtual bool | insert (AnyPorts &input) |
virtual bool | extract (AnyPorts &output) |
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_count |
const int | m_max |
Additional Inherited Members | |
Public Types inherited from Source< int > | |
typedef std::shared_ptr< const int > | output_pointer |
Protected Attributes inherited from WireCell::Pgraph::Node | |
PortList | m_ports [Port::ntypes] |
Definition at line 55 of file _test_hydra.cxx.
|
inline |
Definition at line 59 of file _test_hydra.cxx.
|
inlinevirtual |
Definition at line 60 of file _test_hydra.cxx.
|
inlinevirtual |
|
private |
Definition at line 56 of file _test_hydra.cxx.
|
private |
Definition at line 57 of file _test_hydra.cxx.