SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
AssocCriteria.h
Go to the documentation of this file.
1
18#ifndef SEIMPLEMENTATION_SEIMPLEMENTATION_GROUPING_ASSOCCRITERIA_H_
19#define SEIMPLEMENTATION_SEIMPLEMENTATION_GROUPING_ASSOCCRITERIA_H_
20
22
23namespace SourceXtractor {
24
32public:
33 bool shouldGroup(const SourceInterface& first, const SourceInterface& second) const override;
34};
35
36
37} /* namespace SourceXtractor */
38
39#endif /* SEIMPLEMENTATION_SEIMPLEMENTATION_GROUPING_ASSOCCRITERIA_H_ */
Groups sources based on the Assoc catalog.
bool shouldGroup(const SourceInterface &first, const SourceInterface &second) const override
Determines if the two sources should be grouped together.
Criteria used by SourceGrouping to determine if two sources should be grouped together.
The SourceInterface is an abstract "source" that has properties attached to it.