SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
LineSelectionCriteria.h
Go to the documentation of this file.
1
18/*
19 * LineSelectionCriteria.h
20 *
21 * Created on: Nov 20, 2019
22 * Author: mschefer
23 */
24
25#ifndef _SEIMPLEMENTATION_GROUPING_LINESELECTIONCRITERIA_H_
26#define _SEIMPLEMENTATION_GROUPING_LINESELECTIONCRITERIA_H_
27
29
30namespace SourceXtractor {
31
33public:
34
37
38 bool mustBeProcessed(const SourceInterface& ) const override;
39
40private:
42};
43
44}
45
46
47#endif /* _SEIMPLEMENTATION_GROUPING_LINESELECTIONCRITERIA_H_ */
bool mustBeProcessed(const SourceInterface &) const override
Determines if the given Source must be processed or not.
Used to determine if a Source is selected for processing.
The SourceInterface is an abstract "source" that has properties attached to it.