Public Types | Public Member Functions | List of all members
WireCell::IFrameSplitter Class Reference

#include <IFrameSplitter.h>

Inheritance diagram for WireCell::IFrameSplitter:
WireCell::ISplitNode< IFrame, std::tuple< IFrame, IFrame > > WireCell::ISplitNodeBase WireCell::INode WireCell::IComponent< INode > WireCell::Interface WireCell::SigProc::FrameSplitter

Public Types

typedef std::shared_ptr< IFrameSplitterpointer
 
- 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_typeoutput_helper_type
 
typedef IFrame input_type
 
typedef std::shared_ptr< const IFrameinput_pointer
 
- Public Types inherited from WireCell::ISplitNodeBase
typedef std::shared_ptr< ISplitNodeBasepointer
 
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< INodepointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 
- Public Types inherited from WireCell::Interface
typedef std::shared_ptr< Interfacepointer
 

Public Member Functions

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 bool operator() (const input_pointer &in, output_tuple_type &out)=0
 
virtual std::vector< std::stringinput_types ()
 
virtual std::vector< std::stringoutput_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 ()
 

Detailed Description

Definition at line 9 of file IFrameSplitter.h.

Member Typedef Documentation

Definition at line 11 of file IFrameSplitter.h.

Constructor & Destructor Documentation

IFrameSplitter::~IFrameSplitter ( )
virtual

Definition at line 142 of file IfaceDesctructors.cxx.

142 {}

Member Function Documentation

virtual std::string WireCell::IFrameSplitter::signature ( )
inlinevirtual

The signature is string unique to all classes that implement a particular calling signature. These should be defined in lower level interfaces such as a mythical IMyFooToBarConverter.

Implements WireCell::INode.

Definition at line 14 of file IFrameSplitter.h.

14  {
15  return typeid(IFrameSplitter).name();
16  }
static QCString name
Definition: declinfo.cpp:673

The documentation for this class was generated from the following files: