Classes | |
class | Factory |
class | Function |
class | Graph |
class | Hydra |
class | JoinFanin |
struct | Maker |
struct | MakerT |
class | Node |
class | Pgrapher |
class | Port |
class | PortedNode |
class | Queuedout |
class | Sink |
class | Source |
class | SplitFanout |
Typedefs | |
typedef boost::any | Data |
typedef std::deque< Data > | Queue |
typedef std::shared_ptr< Queue > | Edge |
typedef std::vector< Port > | PortList |
typedef JoinFanin< IJoinNodeBase > | Join |
typedef JoinFanin< IFaninNodeBase > | Fanin |
typedef SplitFanout< ISplitNodeBase > | Split |
typedef SplitFanout< IFanoutNodeBase > | Fanout |
typedef boost::any WireCell::Pgraph::Data |
typedef std::shared_ptr<Queue> WireCell::Pgraph::Edge |
Definition at line 212 of file Wrappers.h.
Definition at line 264 of file Wrappers.h.
typedef JoinFanin<IJoinNodeBase> WireCell::Pgraph::Join |
Definition at line 211 of file Wrappers.h.
typedef std::vector<Port> WireCell::Pgraph::PortList |
typedef std::deque<Data> WireCell::Pgraph::Queue |
Definition at line 263 of file Wrappers.h.