SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OverlappingBoundariesCriteria.h
Go to the documentation of this file.
1 
23 #ifndef _SEIMPLEMENTATION_GROUPING_OVERLAPPINGBOUNDARIESCRITERIA_H
24 #define _SEIMPLEMENTATION_GROUPING_OVERLAPPINGBOUNDARIESCRITERIA_H
25 
27 
28 namespace SourceXtractor {
29 
37 public:
38  bool shouldGroup(const SourceInterface& first, const SourceInterface& second) const override;
39 };
40 
41 
42 } /* namespace SourceXtractor */
43 
44 
45 #endif
Groups sources if their bounding boxes overlap.
Criteria used by SourceGrouping to determine if two sources should be grouped together.
bool shouldGroup(const SourceInterface &first, const SourceInterface &second) const override
Determines if the two sources should be grouped together.
constexpr double second
The SourceInterface is an abstract "source" that has properties attached to it.