Public Types | Public Member Functions | List of all members
WireCell::ISinkNodeBase Class Referenceabstract

#include <ISinkNode.h>

Inheritance diagram for WireCell::ISinkNodeBase:
WireCell::INode WireCell::IComponent< INode > WireCell::Interface WireCell::ISinkNode< IBlobSet > WireCell::ISinkNode< ICluster > WireCell::ISinkNode< IDepo > WireCell::ISinkNode< IFrame > WireCell::ISinkNode< ISliceFrame > WireCell::ISinkNode< IStripeSet > WireCell::ISinkNode< PointVector > WireCell::ISinkNode< ScalarField > WireCell::ISinkNode< InputType >

Public Types

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 ~ISinkNodeBase ()
 
virtual NodeCategory category ()
 Return the behavior category type. More...
 
virtual bool operator() (const boost::any &in)=0
 
- Public Member Functions inherited from WireCell::INode
virtual ~INode ()
 
virtual std::string signature ()=0
 
virtual int concurrency ()
 
virtual std::vector< std::stringinput_types ()
 
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

A node which acts as a sink.

Definition at line 13 of file ISinkNode.h.

Member Typedef Documentation

Definition at line 16 of file ISinkNode.h.

Constructor & Destructor Documentation

ISinkNodeBase::~ISinkNodeBase ( )
virtual

Definition at line 155 of file IfaceDesctructors.cxx.

155 {}

Member Function Documentation

virtual NodeCategory WireCell::ISinkNodeBase::category ( )
inlinevirtual

Return the behavior category type.

Implements WireCell::INode.

Definition at line 20 of file ISinkNode.h.

20  {
21  return sinkNode;
22  }
virtual bool WireCell::ISinkNodeBase::operator() ( const boost::any &  in)
pure virtual

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