Public Member Functions | List of all members
WireCell::Img::StripesSink Class Reference

#include <StripesSink.h>

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

Public Member Functions

virtual ~StripesSink ()
 
virtual bool operator() (const IStripeSet::pointer &ss)
 The calling signature: More...
 
- Public Member Functions inherited from WireCell::IStripeSetSink
virtual ~IStripeSetSink ()
 
virtual std::string signature ()
 
- Public Member Functions inherited from WireCell::ISinkNode< IStripeSet >
virtual ~ISinkNode ()
 
virtual bool operator() (const boost::any &anyin)
 
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 ()
 

Additional Inherited Members

- Public Types inherited from WireCell::IStripeSetSink
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
 

Detailed Description

Definition at line 26 of file StripesSink.h.

Constructor & Destructor Documentation

Img::StripesSink::~StripesSink ( )
virtual

Definition at line 11 of file StripesSink.cxx.

12 {
13 }

Member Function Documentation

bool Img::StripesSink::operator() ( const IStripeSet::pointer in)
virtual

The calling signature:

Implements WireCell::ISinkNode< IStripeSet >.

Definition at line 15 of file StripesSink.cxx.

16 {
17  if (!ss) {
18  return true;
19  }
20 
21  const auto stripes = ss->stripes();
22 
23  return true;
24 }

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