SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
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>
Public Member Functions | |
virtual | ~PartitionStep ()=default |
Destructor. More... | |
virtual std::vector < std::shared_ptr < SourceInterface > > | partition (std::shared_ptr< SourceInterface > source) const =0 |
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.
|
virtualdefault |
Destructor.
|
pure virtual |