SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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:
Inheritance graph
[legend]

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()

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

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