|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
Groups sources based on the Assoc catalog. More...
#include <AssocCriteria.h>


Public Member Functions | |
| bool | shouldGroup (const SourceInterface &first, const SourceInterface &second) const override |
| Determines if the two sources should be grouped together. | |
Public Member Functions inherited from SourceXtractor::GroupingCriteria | |
| virtual | ~GroupingCriteria ()=default |
| Destructor. | |
| virtual std::set< PropertyId > | requiredProperties () const |
| Return a set of used properties so they can be pre-fetched. | |
Groups sources based on the Assoc catalog.
Definition at line 31 of file AssocCriteria.h.
|
overridevirtual |
Determines if the two sources should be grouped together.
Implements SourceXtractor::GroupingCriteria.
Definition at line 24 of file AssocCriteria.cpp.