SourceXtractorPlusPlus  0.13
Please provide a description of the project.
Public Member Functions | List of all members
SourceXtractor::PartitionStep Class Referenceabstract

A PartitionStep gets applied on a single Source and can result any number of Sources being outputed. (including the same one, none, or any number of new Sources) More...

#include <Partition.h>

Inheritance diagram for SourceXtractor::PartitionStep:
[legend]

Public Member Functions

virtual ~PartitionStep ()=default
 Destructor. More...
 
virtual std::vector< std::shared_ptr< SourceInterface > > partition (std::shared_ptr< SourceInterface > source) const =0
 

Detailed Description

A PartitionStep gets applied on a single Source and can result any number of Sources being outputed. (including the same one, none, or any number of new Sources)

Definition at line 37 of file Partition.h.

Constructor & Destructor Documentation

◆ ~PartitionStep()

virtual SourceXtractor::PartitionStep::~PartitionStep ( )
virtualdefault

Destructor.

Member Function Documentation

◆ partition()

virtual std::vector<std::shared_ptr<SourceInterface> > SourceXtractor::PartitionStep::partition ( std::shared_ptr< SourceInterface source) const
pure virtual

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