SourceXtractorPlusPlus
0.14
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
NoGroupingCriteria.h
Go to the documentation of this file.
1
17
/*
18
* NoGroupingCriteria.h
19
*
20
* Created on: Jul 2, 2018
21
* Author: mschefer
22
*/
23
24
#ifndef _SEIMPLEMENTATION_GROUPING_NOGROUPINGCRITERIA_H_
25
#define _SEIMPLEMENTATION_GROUPING_NOGROUPINGCRITERIA_H_
26
27
#include "
SEFramework/Pipeline/SourceGrouping.h
"
28
29
namespace
SourceXtractor {
30
31
32
class
NoGroupingCriteria
:
public
GroupingCriteria
{
33
public
:
34
virtual
bool
shouldGroup
(
const
SourceInterface
&,
const
SourceInterface
&)
const override
{
35
return
false
;
36
}
37
};
38
39
40
}
/* namespace SourceXtractor */
41
42
43
44
45
#endif
/* _SEIMPLEMENTATION_GROUPING_NOGROUPINGCRITERIA_H_ */
SourceXtractor::NoGroupingCriteria
Definition:
NoGroupingCriteria.h:32
SourceXtractor::NoGroupingCriteria::shouldGroup
virtual bool shouldGroup(const SourceInterface &, const SourceInterface &) const override
Determines if the two sources should be grouped together.
Definition:
NoGroupingCriteria.h:34
SourceXtractor::GroupingCriteria
Criteria used by SourceGrouping to determine if two sources should be grouped together.
Definition:
SourceGrouping.h:84
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