#include <Wrappers.h>
Public Member Functions | |
| PortedNode (INode::pointer wcnode) | |
| virtual std::string | ident () |
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 | |
| INode::pointer | m_wcnode |
Additional Inherited Members | |
Protected Attributes inherited from WireCell::Pgraph::Node | |
| PortList | m_ports [Port::ntypes] |
Definition at line 37 of file Wrappers.h.
|
inline |
Definition at line 40 of file Wrappers.h.
|
inlinevirtual |
|
private |
Definition at line 76 of file Wrappers.h.
1.8.11