SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
Criteria used by SourceGrouping to determine if two sources should be grouped together. More...
#include <SourceGrouping.h>
Public Member Functions | |
virtual | ~GroupingCriteria ()=default |
Destructor. More... | |
virtual bool | shouldGroup (const SourceInterface &first, const SourceInterface &second) const =0 |
Determines if the two sources should be grouped together. More... | |
Criteria used by SourceGrouping to determine if two sources should be grouped together.
Definition at line 83 of file SourceGrouping.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Determines if the two sources should be grouped together.
Implemented in SourceXtractor::MoffatCriteria, SourceXtractor::SplitSourcesCriteria, SourceXtractor::OverlappingBoundariesCriteria, and SourceXtractor::NoGroupingCriteria.