SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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:

Public Member Functions

virtual ~PartitionStep ()=default
 Destructor.
virtual std::vector< std::unique_ptr< SourceInterface > > partition (std::unique_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 38 of file Partition.h.

Constructor & Destructor Documentation

◆ ~PartitionStep()

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

Destructor.

Member Function Documentation

◆ partition()


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