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
SplitSourcesCriteria.h
Go to the documentation of this file.
1
17
/*
18
* SplitSourcesCriteria.h
19
*
20
* Created on: Apr 26, 2017
21
* Author: mschefer
22
*/
23
24
#ifndef _SEIMPLEMENTATION_GROUPING_SPLITSOURCESCRITERIA_H_
25
#define _SEIMPLEMENTATION_GROUPING_SPLITSOURCESCRITERIA_H_
26
27
#include "
SEFramework/Pipeline/SourceGrouping.h
"
28
29
namespace
SourceXtractor {
30
37
class
SplitSourcesCriteria
:
public
GroupingCriteria
{
38
public
:
39
virtual
bool
shouldGroup
(
const
SourceInterface
& first,
const
SourceInterface
&
second
)
const override
;
40
};
41
42
43
}
/* namespace SourceXtractor */
44
45
#endif
/* _SEIMPLEMENTATION_GROUPING_SPLITSOURCESCRITERIA_H_ */
second
constexpr double second
SourceXtractor::SplitSourcesCriteria::shouldGroup
virtual bool shouldGroup(const SourceInterface &first, const SourceInterface &second) const override
Determines if the two sources should be grouped together.
Definition:
SplitSourcesCriteria.cpp:29
SourceXtractor::GroupingCriteria
Criteria used by SourceGrouping to determine if two sources should be grouped together.
Definition:
SourceGrouping.h:84
SourceXtractor::SplitSourcesCriteria
Groups sources if they were originally one source before being split.
Definition:
SplitSourcesCriteria.h:37
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