SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
GroupingFactory.cpp
Go to the documentation of this file.
1
17
19
23
24namespace SourceXtractor {
25
27 : m_algorithm(GroupingConfig::Algorithm::NO_GROUPING), m_source_group_factory(source_group_factory),
29
33
57
76
77} // SourceXtractor namespace
78
Used to select a Grouping algorithm.
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
GroupingFactory(std::shared_ptr< SourceGroupFactory > source_group_factory)
GroupingConfig::Algorithm m_algorithm
std::shared_ptr< SourceGroupFactory > m_source_group_factory
std::shared_ptr< GroupingCriteria > m_grouping_criteria
std::shared_ptr< SourceGroupingInterface > createGrouping() const
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
T make_shared(T... args)