SourceXtractorPlusPlus
0.15
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Grouping
OverlappingBoundariesCriteria.h
Go to the documentation of this file.
1
23
#ifndef _SEIMPLEMENTATION_GROUPING_OVERLAPPINGBOUNDARIESCRITERIA_H
24
#define _SEIMPLEMENTATION_GROUPING_OVERLAPPINGBOUNDARIESCRITERIA_H
25
26
#include "
SEFramework/Pipeline/SourceGrouping.h
"
27
28
namespace
SourceXtractor {
29
36
class
OverlappingBoundariesCriteria
:
public
GroupingCriteria
{
37
public
:
38
virtual
bool
shouldGroup
(
const
SourceInterface
& first,
const
SourceInterface
&
second
)
const override
;
39
};
40
41
42
}
/* namespace SourceXtractor */
43
44
45
#endif
second
constexpr double second
SourceXtractor::OverlappingBoundariesCriteria
Groups sources if their bounding boxes overlap.
Definition:
OverlappingBoundariesCriteria.h:36
SourceXtractor::GroupingCriteria
Criteria used by SourceGrouping to determine if two sources should be grouped together.
Definition:
SourceGrouping.h:84
SourceXtractor::OverlappingBoundariesCriteria::shouldGroup
virtual bool shouldGroup(const SourceInterface &first, const SourceInterface &second) const override
Determines if the two sources should be grouped together.
Definition:
OverlappingBoundariesCriteria.cpp:28
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
SourceGrouping.h
Generated by
1.8.5