#include <Wrappers.h>
Public Member Functions | |
Function (INode::pointer wcnode) | |
virtual | ~Function () |
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 | |
IFunctionNodeBase::pointer | m_wcnode |
Additional Inherited Members | |
Protected Attributes inherited from WireCell::Pgraph::Node | |
PortList | m_ports [Port::ntypes] |
Definition at line 124 of file Wrappers.h.
|
inline |
Definition at line 127 of file Wrappers.h.
|
inlinevirtual |
Definition at line 130 of file Wrappers.h.
|
inlinevirtual |
Implements WireCell::Pgraph::Node.
Definition at line 131 of file Wrappers.h.
|
private |
Definition at line 125 of file Wrappers.h.