#include <Wrappers.h>
Public Member Functions | |
Sink (INode::pointer wcnode) | |
virtual | ~Sink () |
virtual bool | operator() () |
Public Member Functions inherited from WireCell::Pgraph::PortedNode | |
PortedNode (INode::pointer wcnode) | |
virtual std::string | ident () |
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 | |
ISinkNodeBase::pointer | m_wcnode |
Additional Inherited Members | |
Protected Attributes inherited from WireCell::Pgraph::Node | |
PortList | m_ports [Port::ntypes] |
Definition at line 105 of file Wrappers.h.
|
inline |
Definition at line 108 of file Wrappers.h.
|
inlinevirtual |
Definition at line 111 of file Wrappers.h.
|
inlinevirtual |
Implements WireCell::Pgraph::Node.
Definition at line 112 of file Wrappers.h.
|
private |
Definition at line 106 of file Wrappers.h.