|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
Used to determine if a Source is selected for processing. More...
#include <SourceGrouping.h>

Public Member Functions | |
| virtual | ~SelectionCriteria ()=default |
| Destructor. | |
| virtual bool | mustBeProcessed (const SourceInterface &source) const =0 |
| Determines if the given Source must be processed or not. | |
Used to determine if a Source is selected for processing.
Definition at line 43 of file SourceGrouping.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Determines if the given Source must be processed or not.
Implemented in SourceXtractor::LineSelectionCriteria, and SourceXtractor::SelectAllCriteria.