#include <Wrappers.h>
Public Types | |
typedef INodeBaseType | inode_type |
typedef INodeBaseType::any_vector | any_vector |
typedef INodeBaseType::pointer | pointer |
Public Member Functions | |
SplitFanout (INode::pointer wcnode) | |
virtual | ~SplitFanout () |
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 | |
pointer | m_wcnode |
Additional Inherited Members | |
Protected Attributes inherited from WireCell::Pgraph::Node | |
PortList | m_ports [Port::ntypes] |
Definition at line 216 of file Wrappers.h.
typedef INodeBaseType::any_vector WireCell::Pgraph::SplitFanout< INodeBaseType >::any_vector |
Definition at line 219 of file Wrappers.h.
typedef INodeBaseType WireCell::Pgraph::SplitFanout< INodeBaseType >::inode_type |
Definition at line 218 of file Wrappers.h.
typedef INodeBaseType::pointer WireCell::Pgraph::SplitFanout< INodeBaseType >::pointer |
Definition at line 220 of file Wrappers.h.
|
inline |
Definition at line 222 of file Wrappers.h.
|
inlinevirtual |
Definition at line 225 of file Wrappers.h.
|
inlinevirtual |
Implements WireCell::Pgraph::Node.
Definition at line 226 of file Wrappers.h.
|
private |
Definition at line 260 of file Wrappers.h.