#include <Wrappers.h>
Public Member Functions | |
| Source (INode::pointer wcnode) | |
| virtual | ~Source () |
| 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 | |
| ISourceNodeBase::pointer | m_wcnode |
| bool | m_ok |
Additional Inherited Members | |
Protected Attributes inherited from WireCell::Pgraph::Node | |
| PortList | m_ports [Port::ntypes] |
Definition at line 80 of file Wrappers.h.
|
inline |
Definition at line 84 of file Wrappers.h.
|
inlinevirtual |
Definition at line 87 of file Wrappers.h.
|
inlinevirtual |
Implements WireCell::Pgraph::Node.
Definition at line 89 of file Wrappers.h.
|
private |
Definition at line 82 of file Wrappers.h.
|
private |
Definition at line 81 of file Wrappers.h.
1.8.11