#include <FrameSplitter.h>
Public Member Functions | |
FrameSplitter () | |
virtual | ~FrameSplitter () |
virtual bool | operator() (const input_pointer &in, output_tuple_type &out) |
Public Member Functions inherited from WireCell::IFrameSplitter | |
virtual | ~IFrameSplitter () |
virtual std::string | signature () |
Public Member Functions inherited from WireCell::ISplitNode< IFrame, std::tuple< IFrame, IFrame > > | |
virtual | ~ISplitNode () |
virtual bool | operator() (const boost::any &anyin, any_vector &anyvout) |
The calling signature: More... | |
virtual std::vector< std::string > | input_types () |
virtual std::vector< std::string > | output_types () |
Public Member Functions inherited from WireCell::ISplitNodeBase | |
virtual | ~ISplitNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
virtual int | concurrency () |
Split nodes can usually do their thing stateless. More... | |
Public Member Functions inherited from WireCell::INode | |
virtual | ~INode () |
virtual void | reset () |
Public Member Functions inherited from WireCell::IComponent< INode > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Additional Inherited Members | |
Public Types inherited from WireCell::IFrameSplitter | |
typedef std::shared_ptr< IFrameSplitter > | pointer |
Public Types inherited from WireCell::ISplitNode< IFrame, std::tuple< IFrame, IFrame > > | |
typedef tuple_helper< std::tuple< IFrame, IFrame > > | port_helper_type |
typedef port_helper_type::template WrappedConst< std::shared_ptr >::type | output_tuple_type |
typedef tuple_helper< output_tuple_type > | output_helper_type |
typedef IFrame | input_type |
typedef std::shared_ptr< const IFrame > | input_pointer |
Public Types inherited from WireCell::ISplitNodeBase | |
typedef std::shared_ptr< ISplitNodeBase > | pointer |
typedef std::vector< boost::any > | any_vector |
Public Types inherited from WireCell::INode | |
enum | NodeCategory { unknown, sourceNode, sinkNode, functionNode, queuedoutNode, joinNode, splitNode, faninNode, fanoutNode, multioutNode, hydraNode } |
Public Types inherited from WireCell::IComponent< INode > | |
typedef std::shared_ptr< INode > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
typedef std::shared_ptr< Interface > | pointer |
Definition at line 12 of file FrameSplitter.h.
WireCell::SigProc::FrameSplitter::FrameSplitter | ( | ) |
|
virtual |
Definition at line 17 of file FrameSplitter.cxx.
|
virtual |
Implements WireCell::ISplitNode< IFrame, std::tuple< IFrame, IFrame > >.
Definition at line 21 of file FrameSplitter.cxx.