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

#include <StripesSink.h>

Inheritance diagram for WireCell::IStripeSetSink:
WireCell::ISinkNode< IStripeSet > WireCell::ISinkNodeBase WireCell::INode WireCell::IComponent< INode > WireCell::Interface WireCell::Img::StripesSink

Public Types

typedef std::shared_ptr< IStripeSetSinkpointer
 
- Public Types inherited from WireCell::ISinkNode< IStripeSet >
typedef IStripeSet input_type
 
typedef std::shared_ptr< const IStripeSetinput_pointer
 
- Public Types inherited from WireCell::ISinkNodeBase
typedef std::shared_ptr< ISinkNodeBasepointer
 
- 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 ~IStripeSetSink ()
 
virtual std::string signature ()
 
- Public Member Functions inherited from WireCell::ISinkNode< IStripeSet >
virtual ~ISinkNode ()
 
virtual bool operator() (const boost::any &anyin)
 
virtual bool operator() (const input_pointer &in)=0
 The calling signature: More...
 
virtual std::vector< std::stringinput_types ()
 
- Public Member Functions inherited from WireCell::ISinkNodeBase
virtual ~ISinkNodeBase ()
 
virtual NodeCategory category ()
 Return the behavior category type. More...
 
- Public Member Functions inherited from WireCell::INode
virtual ~INode ()
 
virtual int concurrency ()
 
virtual std::vector< std::stringoutput_types ()
 
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 12 of file StripesSink.h.

Member Typedef Documentation

Definition at line 14 of file StripesSink.h.

Constructor & Destructor Documentation

virtual WireCell::IStripeSetSink::~IStripeSetSink ( )
inlinevirtual

Definition at line 16 of file StripesSink.h.

16 {}

Member Function Documentation

virtual std::string WireCell::IStripeSetSink::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 18 of file StripesSink.h.

18  {
19  return typeid(IStripeSetSink).name();
20  }
static QCString name
Definition: declinfo.cpp:673

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