SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
Grouping
AssocCriteria.h
Go to the documentation of this file.
1
17
18
#ifndef SEIMPLEMENTATION_SEIMPLEMENTATION_GROUPING_ASSOCCRITERIA_H_
19
#define SEIMPLEMENTATION_SEIMPLEMENTATION_GROUPING_ASSOCCRITERIA_H_
20
21
#include "
SEFramework/Pipeline/SourceGrouping.h
"
22
23
namespace
SourceXtractor
{
24
30
31
class
AssocCriteria
:
public
GroupingCriteria
{
32
public
:
33
bool
shouldGroup
(
const
SourceInterface
& first,
const
SourceInterface
& second)
const override
;
34
};
35
36
37
}
/* namespace SourceXtractor */
38
39
#endif
/* SEIMPLEMENTATION_SEIMPLEMENTATION_GROUPING_ASSOCCRITERIA_H_ */
SourceGrouping.h
SourceXtractor::AssocCriteria
Groups sources based on the Assoc catalog.
Definition
AssocCriteria.h:31
SourceXtractor::AssocCriteria::shouldGroup
bool shouldGroup(const SourceInterface &first, const SourceInterface &second) const override
Determines if the two sources should be grouped together.
Definition
AssocCriteria.cpp:24
SourceXtractor::GroupingCriteria
Criteria used by SourceGrouping to determine if two sources should be grouped together.
Definition
SourceGrouping.h:71
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition
SourceInterface.h:46
SourceXtractor
Definition
Aperture.h:30
Generated by
1.14.0